From ec05395b6d8505d6054a1a49c9f0efbfb5740f1f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 23 Apr 2012 12:58:50 +0000 Subject: [PATCH] About to release DeforaOS Browser 0.4.6 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- project.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8c785e5..c55ceec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.4.5 +VERSION = 0.4.6 SUBDIRS = data include po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index aacf6eb..0b44a28 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.4.5" +#define VERSION "0.4.6" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 9fd4404..5c9e7b3 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.4.5" +VERSION="0.4.6" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 934d519..b575c07 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.4.5 +version=0.4.6 config=h,sh subdirs=data,include,po,src,tools