# HG changeset patch # User Teemu Piippo # Date 1434929355 -10800 # Node ID 6a70b2390f75db4d86e6e0cd681f561c9d2e0e4a # Parent 3003661011d20de7977d68232b756c8949c119a9 Uncomment RELEASE for version 1.0. diff -r 3003661011d2 -r 6a70b2390f75 commonlib/version.h --- a/commonlib/version.h Mon Jun 22 02:27:26 2015 +0300 +++ b/commonlib/version.h Mon Jun 22 02:29:15 2015 +0300 @@ -22,7 +22,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_PATCH 0 -// #define RELEASE +#define RELEASE #define MACRO_TO_STRING(A) MACRO_TO_STRING_(A) #define MACRO_TO_STRING_(A) #A