diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-16 15:16:14 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-16 15:16:14 -0700 |
commit | b9d0f267913c61cd6b490171768bd88c3a472563 (patch) | |
tree | 82f6998ebcfb6a7f8e439a2360e89ec06726e5c2 /src/winver.h | |
parent | 02010c3e8e2ee08bf49b360fd091dd8b2abc6b15 (diff) | |
download | mana-b9d0f267913c61cd6b490171768bd88c3a472563.tar.gz mana-b9d0f267913c61cd6b490171768bd88c3a472563.tar.bz2 mana-b9d0f267913c61cd6b490171768bd88c3a472563.tar.xz mana-b9d0f267913c61cd6b490171768bd88c3a472563.zip |
Candidate release for 0.0.27.1 (Windows needs to get colors fixed, and
then this build might be official)
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/winver.h')
-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 f56d0c6b..ac53cd73 100644 --- a/src/winver.h +++ b/src/winver.h @@ -2,5 +2,5 @@ #define VER_MAJOR 0
#define VER_MINOR 0
#define VER_RELEASE 27
-#define VER_BUILD 0
-#define PACKAGE_VERSION "0.0.27" +#define VER_BUILD 1
+#define PACKAGE_VERSION "0.0.27.1" |