From: Linus Torvalds Date: Thu, 8 Dec 2011 20:20:05 +0000 (-0800) Subject: Subsurface 1.2 X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=commitdiff_plain;h=c912e1fafbe9b025c334eb8b9a61e13bfcfdbfc9 Subsurface 1.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 --- diff --git a/Makefile b/Makefile index 0d33402..5f1f466 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1 +VERSION=1.2 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g