summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-21 01:27:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-21 01:27:49 -0700
commite47b52ecdb8a96046511929272f541d0eea6ae00 (patch)
treea2e4da411f31a262babbd624f8b2b0d4315e70bd /packaging
parent882c4ab5e7ead3855dcd4b10442037f29ece8098 (diff)
downloadsubsurface-e47b52ecdb8a96046511929272f541d0eea6ae00.tar.gz
Bump version to 2.1-rc3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/Info.plist4
-rw-r--r--packaging/windows/subsurface.nsi4
2 files changed, 4 insertions, 4 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist
index 9d850779d..aac403292 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-rc2</string>
+ <string>2.1-rc3</string>
<key>CFBundleVersion</key>
- <string>2.1-rc2</string>
+ <string>2.1-rc3</string>
</dict>
</plist>
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi
index 830168550..4580d5814 100644
--- a/packaging/windows/subsurface.nsi
+++ b/packaging/windows/subsurface.nsi
@@ -18,10 +18,10 @@
# General
# Program version
- !define SUBSURFACE_VERSION "2.1-rc2"
+ !define SUBSURFACE_VERSION "2.1-rc3"
# VIProductVersion requires version in x.x.x.x format
- !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.2"
+ !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.3"
# Installer name and filename
Name "Subsurface"