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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION=1.2 +VERSION=2.0-rc1 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g |