summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes.txt4
-rw-r--r--lib/module.lua2
-rw-r--r--src/defines.h4
3 files changed, 7 insertions, 3 deletions
diff --git a/changes.txt b/changes.txt
index 4b73fd86..36653aba 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,7 @@
+T.o.M.E 2.3.8 (ah)
+
+-
+
T.o.M.E 2.3.7 (ah)
- Remove item pval from antimagic field strength calculation since it
diff --git a/lib/module.lua b/lib/module.lua
index 19e48cfc..143743b5 100644
--- a/lib/module.lua
+++ b/lib/module.lua
@@ -1,7 +1,7 @@
add_module
{
["name"] = "ToME",
- ["version"] = { 2, 3, 7 },
+ ["version"] = { 2, 3, 8 },
["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 e434e461..2c32431e 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"