diff --git a/Makefile b/Makefile index f4dc4e1..b070bff 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.2.6 +VERSION = 0.2.7 SUBDIRS = data include po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 159fe7e..865c7e1 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.2.6" +#define VERSION "0.2.7" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index a302fa3..f2d976c 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.2.6" +VERSION="0.2.7" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/po/fr.po b/po/fr.po index 48b3a50..5381e86 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Panel 0.0.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-05-10 15:30+0200\n" +"POT-Creation-Date: 2011-05-27 14:22+0200\n" "PO-Revision-Date: 2010-04-22 12:45+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: French\n" diff --git a/project.conf b/project.conf index 726a9e7..23908a4 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.2.6 +version=0.2.7 config=h,sh subdirs=data,include,po,src,tools