About to release DeforaOS Browser 0.4.5

This commit is contained in:
Pierre Pronchery 2012-04-19 12:55:53 +00:00
parent 1737ece922
commit 3c89e6ea92
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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