From 64cfe535a2030829c1188d7ba58e9e2d91ded183 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 7 May 2010 00:52:28 +0000 Subject: [PATCH] Preparing for the 0.1.0 release --- 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 2b75a39..bd29186 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.0.6 +VERSION = 0.1.0 SUBDIRS = include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 0f6c176..8de3c12 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.0.6" +#define VERSION "0.1.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 33ee654..fee7f80 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.0.6" +VERSION="0.1.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index bd74259..e4c8f6f 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.0.6 +version=0.1.0 config=h,sh subdirs=include,po,src