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