From 5d9ed3f1b403105e92a96c8d7ebdac46cff4f309 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 1 Feb 2013 17:48:55 +1100 Subject: [PATCH] Bump version number to 2.9 This is intended as a visual sign that we are getting closer to 3.0. We should consider this a "soft" code freeze / string freeze - I'm still looking for a bunch of fixes, small additions and of course documentation, but no new major features. Signed-off-by: Dirk Hohndel --- Makefile | 2 +- packaging/macosx/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 07c76052c..20d13e2b5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=2.1 +VERSION=2.9 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index f9ddaa237..aecd9ab76 100644 --- a/packaging/macosx/Info.plist +++ b/packaging/macosx/Info.plist @@ -19,8 +19,8 @@ CFBundleInfoDictionaryVersion 1.0 CFBundleVersionString - 2.1 + 2.9 CFBundleVersion - 2.1 + 2.9