summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-22 20:57:57 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-22 20:57:57 -0700
commit48e757574190d478b4fb2a42592548b9e52b59e9 (patch)
tree420ed5cd33d4a33637b58f60d2513644429b8a6f /packaging
parent8eb15ee324264ba7b480b5ab4348cf637843a391 (diff)
downloadsubsurface-48e757574190d478b4fb2a42592548b9e52b59e9.tar.gz
Bump version to 2.1v2.1
Getting ready for the release 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 aac403292..f9ddaa237 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-rc3</string>
+ <string>2.1</string>
<key>CFBundleVersion</key>
- <string>2.1-rc3</string>
+ <string>2.1</string>
</dict>
</plist>
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"