diff --git a/Makefile b/Makefile index 2de5011..7da8c49 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.1.6 +VERSION = 0.1.7 SUBDIRS = data doc include src tests RM = rm -f LN = ln -f diff --git a/config.sh b/config.sh index 80a3e2b..652f751 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.1.6" +VERSION="0.1.7" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 008c185..60f8db1 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=libSystem -version=0.1.6 +version=0.1.7 config=sh dist=Makefile,COPYING,config.sh,README.md