--- a/sources/version.cpp Fri May 15 20:13:36 2015 +0300
+++ b/sources/version.cpp Fri May 15 21:43:21 2015 +0300
@@ -42,8 +42,8 @@
//
const char* full_version_string()
{
-#ifdef IS_RELEASE
- return VERSION_STRING;
+#ifdef HG_TAG
+ return HG_TAG;
#else
static char buffer[128] = {0};