From 03dfd0f308bf2281c62f3e50a0f047522806371e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 11 Jun 2013 23:00:56 +0200 Subject: [PATCH] About to release libDesktop 0.0.10 --- 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 133d6c5..c640637 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libDesktop -VERSION = 0.0.9 +VERSION = 0.0.10 SUBDIRS = data doc include src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index ad8c374..ad1ab7e 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libDesktop" -#define VERSION "0.0.9" +#define VERSION "0.0.10" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index a9961bd..c881b46 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libDesktop" -VERSION="0.0.9" +VERSION="0.0.10" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index c4f592a..5354611 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libDesktop -version=0.0.9 +version=0.0.10 config=h,sh subdirs=data,doc,include,src