From 90d9c2b74f31af62c6ac28cdc0f01a774b1e5b43 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 28 Oct 2010 13:45:57 +0000 Subject: [PATCH] Releasing Panel 0.1.3 --- 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 fcfa74a..9af0b8d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.1.2 +VERSION = 0.1.3 SUBDIRS = include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index b4e1198..e8f4dd7 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.1.2" +#define VERSION "0.1.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 7cea699..26174dd 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.1.2" +VERSION="0.1.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 844a728..c19bf81 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.1.2 +version=0.1.3 config=h,sh subdirs=include,po,src