From 7d5aa0400b70c02ce94b83fc43c93588cdcbc11c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 26 May 2010 12:37:40 +0000 Subject: [PATCH] About to release 0.0.2 --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9fa25ec..1860c97 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libDesktop -VERSION = 0.0.1 +VERSION = 0.0.2 SUBDIRS = include src RM = rm -f LN = ln -f diff --git a/project.conf b/project.conf index 010c9f3..cf9aab8 100644 --- a/project.conf +++ b/project.conf @@ -1,4 +1,4 @@ package=libDesktop -version=0.0.1 +version=0.0.2 subdirs=include,src dist=Makefile,COPYING