summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-12-10 19:48:22 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-20 09:20:31 +0100
commit631d35b1c458076bd954affc13d0078c5804ef0d (patch)
treebd1215a59a590f69d68ac68df87fb9b8f7338315
parenteaee803a78f92d313d16a6f054c447754a052137 (diff)
Reintroduce "git" version tag.
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index bddcb27b..830eb85c 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -37,8 +37,8 @@
*/
#ifndef IS_CVS
-#define IS_CVS " (ah)"
-/* #define IS_CVS " (ah, git)" */
+/* #define IS_CVS " (ah)" */
+#define IS_CVS " (ah, git)"
#endif
#define USER_PATH_VERSION "/2.3"