diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-03-03 23:47:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-03-03 23:49:32 -0800 |
commit | a5a3e0a72ea9f0108a8387318c82b43d06856765 (patch) | |
tree | 3a864330fc84c152fc1a2e06715c886b1faf7b11 /Makefile | |
parent | 1a69a845e1d5a6d3a4070eebd9a29656726455e9 (diff) | |
download | subsurface-a5a3e0a72ea9f0108a8387318c82b43d06856765.tar.gz |
Update README, ReleaseNotes and Makefile for 3.0.2
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=3.0.1 +VERSION=3.0.2 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE |