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