summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-26 20:50:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-26 20:50:23 -0700
commit58ba24b84eda600a4e286d7849207afb03e56e10 (patch)
treebbc0a53565c83b95adb91d454aa4bf4ffe33fb7e
parent49fbccd61a30fd2652c1566bfe4b11556120b0d3 (diff)
downloadsubsurface-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--Makefile2
-rw-r--r--packaging/windows/subsurface.nsi4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7340a2af8..8393d6435 100644
--- a/Makefile
+++ b/Makefile
@@ -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"