From 050108be6cf7e2b19cb96d17f9f94dc102632b68 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 16 Mar 2011 15:19:27 +0000 Subject: [PATCH] Releasing Panel 0.2.4 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- project.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 74136bb..be24f85 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.2.3 +VERSION = 0.2.4 SUBDIRS = data include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index fa289f6..6457aa0 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.2.3" +#define VERSION "0.2.4" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 9b6a903..f3b0d7a 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.2.3" +VERSION="0.2.4" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 9e48b5d..58fa5bb 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.2.3 +version=0.2.4 config=h,sh subdirs=data,include,po,src