diff --git a/Makefile b/Makefile index 985faeb..f32d787 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = configure -VERSION = 0.4.0 +VERSION = 0.4.1 SUBDIRS = data doc src tools tests OBJDIR = PREFIX = /usr/local diff --git a/config.h b/config.h index b33b4e4..069df37 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "configure" -#define VERSION "0.4.0" +#define VERSION "0.4.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 559a5fe..d29829e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="configure" -VERSION="0.4.0" +VERSION="0.4.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"