summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-13 17:33:57 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-13 17:33:57 -0500
commit9320db96ec933ca6bc8f682064e1f5e1dc10f369 (patch)
treee63506f6d460780c4066a33eae84301fe154b306 /Makefile
parentbf5113fb2f1d05867fa0677b6431f5591569a0a3 (diff)
downloadsubsurface-9320db96ec933ca6bc8f682064e1f5e1dc10f369.tar.gz
Bump Makefile version to 3.1
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 27768db91..9233934c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
NAME = subsurface
CAPITALIZED_NAME = Subsurface
-VERSION=3.0.2
+VERSION=3.1
CC=gcc
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE