From 8d22adb9c24e2139ae03351b220319c167eaeaf5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 17 Aug 2007 17:04:07 +0000 Subject: [PATCH] Releasing utils 0.0.1 --- Makefile | 2 +- project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5c9086..d58a760 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = utils -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = src RM = rm -f LN = ln -sf diff --git a/project.conf b/project.conf index ff5678a..9625ed1 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=utils -version=0.0.0 +version=0.0.1 dist=Makefile subdirs=src