About to release Todo 0.1.2

This commit is contained in:
Pierre Pronchery 2011-03-10 17:13:08 +00:00
parent 88e9fa7993
commit c094c8eaaa
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Todo
VERSION = 0.1.1
VERSION = 0.1.2
SUBDIRS = data po src
RM = rm -f
LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Todo"
#define VERSION "0.1.1"
#define VERSION "0.1.2"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Todo"
VERSION="0.1.1"
VERSION="0.1.2"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"

View File

@ -1,5 +1,5 @@
package=Todo
version=0.1.1
version=0.1.2
config=h,sh
subdirs=data,po,src