diff --git a/Makefile b/Makefile index 3fba611..7e434cd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.2.2 +VERSION = 0.2.3 SUBDIRS = data doc include src tests tools OBJDIR = PREFIX = /usr/local diff --git a/config.sh b/config.sh index 9857e7d..ce8bf83 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.2.2" +VERSION="0.2.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"