diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-18 22:33:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-18 22:33:36 -0700 |
commit | 4d649151b585ffc387d29dee2098809e698427f4 (patch) | |
tree | 6b32056278550d919da807abdc9cca22317931a0 | |
parent | 0fc3a446e9a84b8839ef6f1a4c9a0a8446d3b00a (diff) | |
download | subsurface-4d649151b585ffc387d29dee2098809e698427f4.tar.gz |
Bumped version to 2.1-rc2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | packaging/macosx/Info.plist | 4 | ||||
-rw-r--r-- | packaging/windows/subsurface.nsi | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -VERSION=2.1-rc1 +VERSION=2.1-rc2 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index 2ad55814e..9d850779d 100644 --- a/packaging/macosx/Info.plist +++ b/packaging/macosx/Info.plist @@ -19,8 +19,8 @@ <key>CFBundleInfoDictionaryVersion</key> <string>1.0</string> <key>CFBundleVersionString</key> - <string>2.1-rc1</string> + <string>2.1-rc2</string> <key>CFBundleVersion</key> - <string>2.1-rc1</string> + <string>2.1-rc2</string> </dict> </plist> diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index ce5addba8..830168550 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -18,10 +18,10 @@ # General # Program version - !define SUBSURFACE_VERSION "2.1-rc1" + !define SUBSURFACE_VERSION "2.1-rc2" # VIProductVersion requires version in x.x.x.x format - !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.1" + !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.2" # Installer name and filename Name "Subsurface" |