From aed3f81bedd6e53b371fc44e2f475bb72402ff7a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 29 Oct 2011 12:49:58 +0000 Subject: [PATCH] About to release Panel 0.2.9 --- 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 34d21fb..f260b87 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.2.8 +VERSION = 0.2.9 SUBDIRS = data include po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index be2c036..706c1d5 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.2.8" +#define VERSION "0.2.9" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 10bdb85..2341c7f 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.2.8" +VERSION="0.2.9" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index b17c22c..da8bd32 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.2.8 +version=0.2.9 config=h,sh subdirs=data,include,po,src,tools