diff --git a/Makefile b/Makefile index 75e21b8..9fa25ec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libDesktop -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = include src RM = rm -f LN = ln -f diff --git a/project.conf b/project.conf index 8175439..010c9f3 100644 --- a/project.conf +++ b/project.conf @@ -1,4 +1,4 @@ package=libDesktop -version=0.0.0 +version=0.0.1 subdirs=include,src dist=Makefile,COPYING