summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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