diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-14 22:42:37 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-14 22:42:37 +0000 |
commit | 49b8fce1e4307b81a300f4a5a103b828e26d08c2 (patch) | |
tree | db2f330be3e827fdfb0ed137aa6d9ab68458bbf9 /src | |
parent | 50b56c7dd51415c83210774e150b862bb8691523 (diff) | |
download | mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.tar.gz mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.tar.bz2 mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.tar.xz mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.zip |
Updated version to 0.0.22.1.
Diffstat (limited to 'src')
-rw-r--r-- | src/winver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/winver.h b/src/winver.h index 12294fd9..87f89804 100644 --- a/src/winver.h +++ b/src/winver.h @@ -2,5 +2,5 @@ #define VER_MAJOR 0
#define VER_MINOR 0
#define VER_RELEASE 22
-#define VER_BUILD 0
-#define PACKAGE_VERSION "0.0.22"
+#define VER_BUILD 1
+#define PACKAGE_VERSION "0.0.22.1"
|