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