diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-08 12:20:05 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-08 12:20:05 -0800 |
commit | c912e1fafbe9b025c334eb8b9a61e13bfcfdbfc9 (patch) | |
tree | e457dde443e5dcb818bdc6fd7a601dc0c469f9d5 /Makefile | |
parent | 95cc317b087e863f6e0a4ab4db7ab68f06a9d969 (diff) | |
download | subsurface-c912e1fafbe9b025c334eb8b9a61e13bfcfdbfc9.tar.gz |
Subsurface 1.2v1.2
With the whole UI change (three-paned window and different look with new
colors), let's just make a new release, as Dirk points out.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION=1.1 +VERSION=1.2 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g |