summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-12-10 19:37:49 +0100
committerBardur Arantsson <bardur@scientician.net>2010-12-10 19:40:01 +0100
commit6cb4288d98cb3f532092fe3f4722600363508754 (patch)
tree5b819e8a1f9d12c489718a58a572ae8f61ca9c3a
parent1656c55c66fbe1096e5096116694e1596d28de89 (diff)
Remove "git" in version identifier for release tagging.
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 2c32431e..e434e461 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"