From 277cf30aaa31dd979caf4dd486188a06cdeeacf5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 14 Nov 2013 23:23:32 +0900 Subject: [PATCH] Update version number for 3.9 BETA Our version numbers are purely numeric, so it's actually just 3.9 :-) Signed-off-by: Dirk Hohndel --- subsurface.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsurface.pro b/subsurface.pro index fb861d52c..1b5f26b5e 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -6,7 +6,7 @@ INCLUDEPATH += qt-ui $$PWD mac: TARGET = Subsurface else: TARGET = subsurface -VERSION = 3.1 +VERSION = 3.9 HEADERS = \ color.h \