Changed version to 1.1-beta

Mon, 22 Jun 2015 02:30:07 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 22 Jun 2015 02:30:07 +0300
changeset 59
bede5aaf49da
parent 58
6a70b2390f75
child 60
485da13ee787

Changed version to 1.1-beta

commonlib/version.h file | annotate | diff | comparison | revisions
--- a/commonlib/version.h	Mon Jun 22 02:29:15 2015 +0300
+++ b/commonlib/version.h	Mon Jun 22 02:30:07 2015 +0300
@@ -20,9 +20,9 @@
 #define APPNAME "ZCinema"
 #define UNIXNAME "zcinema"
 #define VERSION_MAJOR 1
-#define VERSION_MINOR 0
+#define VERSION_MINOR 1
 #define VERSION_PATCH 0
-#define RELEASE
+// #define RELEASE
 
 #define MACRO_TO_STRING(A) MACRO_TO_STRING_(A)
 #define MACRO_TO_STRING_(A) #A
@@ -39,4 +39,4 @@
 #include "config.h"
 
 QString versionString();
-QString versionSignature();
\ No newline at end of file
+QString versionSignature();

mercurial