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 287c21b9..19e48cfc 100644
--- a/lib/module.lua
+++ b/lib/module.lua
@@ -1,7 +1,7 @@
add_module
{
["name"] = "ToME",
- ["version"] = { 2, 3, 6 },
+ ["version"] = { 2, 3, 7 },
["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 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"