From 3d07d6b01d2e4c0cc4da92ded5650b20fd9e5d9e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 26 Aug 2010 16:28:10 +0000 Subject: [PATCH] About to release version 0.1.1 --- 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 e238fe0..2097c0b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.1.0 +VERSION = 0.1.1 SUBDIRS = include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 8de3c12..3faaf93 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.1.0" +#define VERSION "0.1.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index fee7f80..df16617 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.1.0" +VERSION="0.1.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 70437d9..f562504 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.1.0 +version=0.1.1 config=h,sh subdirs=include,po,src