diff --git a/Makefile b/Makefile index 7545784..9db14b1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.4.1 +VERSION = 0.4.2 SUBDIRS = data doc include src tests tools OBJDIR = PREFIX = /usr/local diff --git a/config.h b/config.h index 5e2aa74..dbe7b54 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.4.1" +#define VERSION "0.4.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index acb636b..058a5a2 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.4.1" +VERSION="0.4.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"