diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-07 21:02:48 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-07 21:02:48 +0900 |
commit | 14856aab4bb8511e12a073cd987c1fbf9d641274 (patch) | |
tree | 5fce75d533bf195af82a25594e13cd5b11a8f254 /packaging | |
parent | 1a6cf2f1282e4acc6999eff23e828c2009dbdd04 (diff) | |
download | subsurface-14856aab4bb8511e12a073cd987c1fbf9d641274.tar.gz |
Bump version to 2.0.1v2.0.1
That crash is far too easy to hit for people just trying out subsurface.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macosx/Info.plist | 4 | ||||
-rw-r--r-- | packaging/windows/subsurface.nsi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index ebfae3d56..329d7e999 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.0-rc1</string> + <string>2.0.1</string> <key>CFBundleVersion</key> - <string>2.0</string> + <string>2.0.1</string> </dict> </plist> diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 6a740a41f..74aad9fba 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -18,10 +18,10 @@ # General # Program version - !define SUBSURFACE_VERSION "2.0-rc1" + !define SUBSURFACE_VERSION "2.0.1" # VIProductVersion requires version in x.x.x.x format - !define SUBSURFACE_VIPRODUCTVERSION "1.99.1.0" + !define SUBSURFACE_VIPRODUCTVERSION "2.0.1.0" # Installer name and filename Name "Subsurface" |