About to release version 0.3.0

This commit is contained in:
Pierre Pronchery 2010-08-28 17:20:31 +00:00
parent d7354be828
commit 509181cdee
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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