summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-08-21 11:34:22 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-08-21 11:34:22 -0700
commit8e837d3594c866a5a21715b5a34c0b9d927dad64 (patch)
tree2f70b83a5c1fca6a60b59ed2f76fc49898cfa239
parent1e8bb50b1a7883529441b9e93d78dbd9f5a5eb16 (diff)
downloadtmwa-8e837d3594c866a5a21715b5a34c0b9d927dad64.tar.gz
tmwa-8e837d3594c866a5a21715b5a34c0b9d927dad64.tar.bz2
tmwa-8e837d3594c866a5a21715b5a34c0b9d927dad64.tar.xz
tmwa-8e837d3594c866a5a21715b5a34c0b9d927dad64.zip
Tag for releasev13.8.21
-rw-r--r--src/common/version.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/version.hpp b/src/common/version.hpp
index 4bdaa29..a0220c8 100644
--- a/src/common/version.hpp
+++ b/src/common/version.hpp
@@ -2,11 +2,13 @@
#define VERSION_HPP
// TODO generate this from ./configure
+// Actually, it should be done from the Makefile
+// it should be possible to use a ./config.status for a long time
# define TMWA_VERSION_MAJOR 13
# define TMWA_VERSION_MINOR 8
-# define TMWA_VERSION_PATCH 5
-# define TMWA_DEVELOP_FLAG 1
+# define TMWA_VERSION_PATCH 21
+# define TMWA_DEVELOP_FLAG 0
// TODO make these bitwise enums
# define TMWA_FLAG_REGISTRATION 0x01