diff --git a/Makefile b/Makefile index f1d25b4..3b5600a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = libSystem -VERSION = 0.4.2 +VERSION = 0.4.3 VENDOR = DeforaOS SUBDIRS = data doc include src tests tools OBJDIR = diff --git a/config.ent b/config.ent index a664e02..fa126e0 100644 --- a/config.ent +++ b/config.ent @@ -1,5 +1,5 @@ - + diff --git a/config.h b/config.h index c17627d..4c8aafd 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "libSystem" -#define VERSION "0.4.2" +#define VERSION "0.4.3" #define VENDOR "DeforaOS" #ifndef PREFIX diff --git a/config.sh b/config.sh index 3026da3..b0e07c9 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="libSystem" -VERSION="0.4.2" +VERSION="0.4.3" VENDOR="DeforaOS" PREFIX="/usr/local"