From 1b48525aa8ff0ceee09a4edba5e97a4c796818fd Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 14 Oct 2012 17:13:27 +0000 Subject: [PATCH] Releasing DeforaOS Surfer 0.2.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 9700b3e..8d78de9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Surfer -VERSION = 0.2.5 +VERSION = 0.2.6 SUBDIRS = data doc po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index 18399ee..25775b1 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Surfer" -#define VERSION "0.2.5" +#define VERSION "0.2.6" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index b739cc0..2ba9b3c 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Surfer" -VERSION="0.2.5" +VERSION="0.2.6" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 9267b5f..12c7f6e 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Surfer -version=0.2.5 +version=0.2.6 config=h,sh dist=Makefile,COPYING,config.h,config.sh