diff --git a/Makefile b/Makefile index 991a737..56b0f3d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Todo -VERSION = 0.1.1 +VERSION = 0.1.2 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 636c671..cb98dc3 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Todo" -#define VERSION "0.1.1" +#define VERSION "0.1.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index fc04ed5..9002c6e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Todo" -VERSION="0.1.1" +VERSION="0.1.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 76b2c63..aedd698 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Todo -version=0.1.1 +version=0.1.2 config=h,sh subdirs=data,po,src