diff --git a/Makefile b/Makefile index ed52be3..7d919d0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Todo -VERSION = 0.1.0 +VERSION = 0.1.1 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 65e6f3d..636c671 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Todo" -#define VERSION "0.1.0" +#define VERSION "0.1.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 9cc7fc8..fc04ed5 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Todo" -VERSION="0.1.0" +VERSION="0.1.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index ad73018..76b2c63 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Todo -version=0.1.0 +version=0.1.1 config=h,sh subdirs=data,po,src