summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-17 16:23:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-17 16:23:48 +0000
commit2df859e61f17e64764c988df9db23ef8140ebf90 (patch)
tree811c86c33b115905fbe58775bcdd0831958a81e9 /plugins/Clist_modern/version.h
parent2cb8a32203cf2ef237a30f0ffac8e64a9a495c48 (diff)
cosmetic settings fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@463 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/version.h')
-rw-r--r--plugins/Clist_modern/version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/Clist_modern/version.h b/plugins/Clist_modern/version.h
index 21d3c8e694..73152f4f57 100644
--- a/plugins/Clist_modern/version.h
+++ b/plugins/Clist_modern/version.h
@@ -8,14 +8,8 @@
#define MINIMAL_COREVERSION 0, 9, 0, 0
#define MINIMAL_COREVERSION_STR "0, 9, 0, 0 "
-#ifdef DEBUG
-#define DEBUG_AWARE_STR "Debug "
-#else
-#define DEBUG_AWARE_STR ""
-#endif
-
#define FILE_VERSION COREVERSION_NUM BUILD_NUM
-#define FILE_VERSION_STR COREVERSION_NUM_STR DEBUG_AWARE_STR " build " BUILD_NUM_STR " "
+#define FILE_VERSION_STR COREVERSION_NUM_STR " build " BUILD_NUM_STR " "
#define PRODUCT_VERSION FILE_VERSION
#define PRODUCT_VERSION_STR FILE_VERSION_STR