diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-20 21:53:16 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-20 21:54:16 -0800 |
commit | 59a39e49018cf9e60ce47a875c090089b67b0518 (patch) | |
tree | 64f1f0a4ec7f10f071e68bc57764b637bc3fbdb1 /Makefile | |
parent | fcb470acada353cb208295a33906a0e657266673 (diff) | |
download | subsurface-59a39e49018cf9e60ce47a875c090089b67b0518.tar.gz |
Updating versions for 3.0
Most of the actual version numbers are derived from the git tag, but we do
have the fallback hard-coded in the Makefile (e.g. for people building
from a source tar-ball).
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=2.9 +VERSION=3.0 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE |