diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-16 09:15:03 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-16 09:15:03 -0700 |
commit | faff4d29dd5e9ebec81a90787880874af98d6e6a (patch) | |
tree | 85d2be01d9c11db915ec346c5c54b4c116130ac2 /packaging | |
parent | 0e7246b0b45c0be8ed1e32649a4d223d4bccfb3a (diff) | |
download | subsurface-faff4d29dd5e9ebec81a90787880874af98d6e6a.tar.gz |
Update version to 2.1-rc1
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 329d7e999..2ad55814e 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.1</string> + <string>2.1-rc1</string> <key>CFBundleVersion</key> - <string>2.0.1</string> + <string>2.1-rc1</string> </dict> </plist> diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index 31eaa30ef..ce5addba8 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -18,10 +18,10 @@ # General # Program version - !define SUBSURFACE_VERSION "2.0.1" + !define SUBSURFACE_VERSION "2.1-rc1" # VIProductVersion requires version in x.x.x.x format - !define SUBSURFACE_VIPRODUCTVERSION "2.0.1.0" + !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.1" # Installer name and filename Name "Subsurface" |