From 48e757574190d478b4fb2a42592548b9e52b59e9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 22 Oct 2012 20:57:57 -0700 Subject: Bump version to 2.1 Getting ready for the release Signed-off-by: Dirk Hohndel --- Makefile | 2 +- packaging/macosx/Info.plist | 4 ++-- packaging/windows/subsurface.nsi | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7756fd158..448cff807 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=2.1-rc3 +VERSION=2.1 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index aac403292..f9ddaa237 100644 --- a/packaging/macosx/Info.plist +++ b/packaging/macosx/Info.plist @@ -19,8 +19,8 @@ CFBundleInfoDictionaryVersion 1.0 CFBundleVersionString - 2.1-rc3 + 2.1 CFBundleVersion - 2.1-rc3 + 2.1 diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 4580d5814..c1e4af54e 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -18,10 +18,10 @@ # General # Program version - !define SUBSURFACE_VERSION "2.1-rc3" + !define SUBSURFACE_VERSION "2.1" # VIProductVersion requires version in x.x.x.x format - !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.3" + !define SUBSURFACE_VIPRODUCTVERSION "2.1.0.0" # Installer name and filename Name "Subsurface" -- cgit v1.2.3-70-g09d2