From 7c86addb20990d25318a56b3800db88267d8d16d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 24 Sep 2009 11:11:44 +0000 Subject: [PATCH] About to release 0.0.3 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d64644f..1781fe2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.0.2 +VERSION = 0.0.3 SUBDIRS = include src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 9d39fde..c7644ea 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.0.2" +#define VERSION "0.0.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 173fa48..58213f6 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.0.2 +version=0.0.3 config=h subdirs=include,src