About to release 0.2.0

This commit is contained in:
Pierre Pronchery 2010-05-26 11:58:37 +00:00
parent 1376465890
commit dfb813f36d
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Browser
VERSION = 0.1.4
VERSION = 0.2.0
SUBDIRS = data po src tools
RM = rm -f
LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Browser"
#define VERSION "0.1.4"
#define VERSION "0.2.0"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Browser"
VERSION="0.1.4"
VERSION="0.2.0"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"

View File

@ -1,5 +1,5 @@
package=Browser
version=0.1.4
version=0.2.0
config=h,sh
subdirs=data,po,src,tools