Removed the unused IS_RELEASE commented macro (we use HG_TAG for detecting releases for version strings instead) 1.1

Mon, 11 Jan 2016 03:02:26 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 11 Jan 2016 03:02:26 +0200
changeset 121
9d640b94ef02
parent 120
32ba3ae4daf1
child 122
9b59dbde6804

Removed the unused IS_RELEASE commented macro (we use HG_TAG for detecting releases for version strings instead)

sources/version.h file | annotate | diff | comparison | revisions
--- a/sources/version.h	Mon Jan 11 02:59:18 2016 +0200
+++ b/sources/version.h	Mon Jan 11 03:02:26 2016 +0200
@@ -34,7 +34,6 @@
 #define VERSION_MAJOR 1
 #define VERSION_MINOR 1
 #define VERSION_PATCH 0
-// #define IS_RELEASE
 
 // -------------------------------------------------------------------------------------------------
 // Version string

mercurial