About to release Browser 0.4.3

This commit is contained in:
Pierre Pronchery 2011-11-06 14:37:47 +00:00
parent b6f7dcd9bb
commit d5d0818190
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Browser PACKAGE = Browser
VERSION = 0.4.2 VERSION = 0.4.3
SUBDIRS = data include po src tools SUBDIRS = data include po src tools
RM ?= rm -f RM ?= rm -f
LN ?= ln -f LN ?= ln -f

View File

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

View File

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

View File

@ -1,5 +1,5 @@
package=Browser package=Browser
version=0.4.2 version=0.4.3
config=h,sh config=h,sh
subdirs=data,include,po,src,tools subdirs=data,include,po,src,tools