From c8f70f30d8af9f874863ecbd441bf16d5eede28e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 12 Oct 2009 23:40:28 +0000 Subject: [PATCH] Preparing for the 0.0.2 release --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d5f1ea8..d396342 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = utils -VERSION = 0.0.1 +VERSION = 0.0.2 SUBDIRS = src tools RM = rm -f LN = ln -f diff --git a/project.conf b/project.conf index 15ebde6..72baea9 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=utils -version=0.0.1 +version=0.0.2 dist=Makefile subdirs=src,tools