mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-02 23:20:20 +00:00
Bump Makefile version to 3.1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bf5113fb2f
commit
9320db96ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
NAME = subsurface
|
NAME = subsurface
|
||||||
CAPITALIZED_NAME = Subsurface
|
CAPITALIZED_NAME = Subsurface
|
||||||
|
|
||||||
VERSION=3.0.2
|
VERSION=3.1
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE
|
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE
|
||||||
|
|
Loading…
Reference in a new issue