summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-05-07 07:13:36 +0200
committerBardur Arantsson <bardur@scientician.net>2010-05-07 07:13:36 +0200
commit1ef448df8ecf64e7dd28328ba230191df77f76fa (patch)
treedb4b527f51074da059226b2660f05e3a0abfe855
parentb5c050357cebd32e29ca058b091d471049af12d9 (diff)
Bump version and restore "git" in version number for next development cycle.
-rw-r--r--lib/module.lua2
-rw-r--r--src/defines.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/module.lua b/lib/module.lua
index 143743b5..edbaa34b 100644
--- a/lib/module.lua
+++ b/lib/module.lua
@@ -1,7 +1,7 @@
add_module
{
["name"] = "ToME",
- ["version"] = { 2, 3, 8 },
+ ["version"] = { 2, 3, 9 },
["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 33fc51c6..2c32431e 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -38,7 +38,7 @@
#ifndef IS_CVS
/*#define IS_CVS " (ah)" */
-#define IS_CVS " (ah)"
+#define IS_CVS " (ah, git)"
#endif
#define USER_PATH_VERSION "/2.3"