From 6587cbb26c40ebebc8bf2e149d67dbd771b5f081 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 27 Feb 2011 00:15:18 +0000 Subject: [PATCH] Releasing utils 0.0.3 --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ea7b095..e686c7f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = utils -VERSION = 0.0.2 +VERSION = 0.0.3 SUBDIRS = src tools RM = rm -f LN = ln -f diff --git a/project.conf b/project.conf index 72baea9..a390259 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=utils -version=0.0.2 +version=0.0.3 dist=Makefile subdirs=src,tools