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 | |
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>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | packaging/windows/subsurface.nsi | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -VERSION=1.2 +VERSION=2.0-rc1 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g 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" |