summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/module.lua2
-rw-r--r--src/defines.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/module.lua b/lib/module.lua
index 895d79e1..287c21b9 100644
--- a/lib/module.lua
+++ b/lib/module.lua
@@ -1,7 +1,7 @@
add_module
{
["name"] = "ToME",
- ["version"] = { 2, 3, 5 },
+ ["version"] = { 2, 3, 6 },
["author"] = { "DarkGod", "darkgod@t-o-m-e.net" },
["desc"] = {
"The Tales of Middle-earth, the standard and official game.",
diff --git a/src/defines.h b/src/defines.h
index 8a166e57..b8d2823b 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -37,8 +37,8 @@
*/
#ifndef IS_CVS
-/*#define IS_CVS ""*/
-#define IS_CVS "(git)"
+#define IS_CVS " (ah)"
+/*#define IS_CVS " (ah, git)" */
#endif
#define USER_PATH_VERSION "/2.3"