diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-09-26 20:50:23 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-26 20:50:23 -0700 |
commit | 58ba24b84eda600a4e286d7849207afb03e56e10 (patch) | |
tree | bbc0a53565c83b95adb91d454aa4bf4ffe33fb7e /packaging | |
parent | 49fbccd61a30fd2652c1566bfe4b11556120b0d3 (diff) | |
download | subsurface-58ba24b84eda600a4e286d7849207afb03e56e10.tar.gz |
Getting ready for the 2.0 release
Changing the version to 2.0-rc1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index f0695d7c7..6a740a41f 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -18,10 +18,10 @@ # General # Program version - !define SUBSURFACE_VERSION "1.2" + !define SUBSURFACE_VERSION "2.0-rc1" # VIProductVersion requires version in x.x.x.x format - !define SUBSURFACE_VIPRODUCTVERSION "1.2.0.0" + !define SUBSURFACE_VIPRODUCTVERSION "1.99.1.0" # Installer name and filename Name "Subsurface" |