diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-03 18:52:59 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-03 18:52:59 +0000 |
commit | c10473eac230927f0c8af3b2d3a8a5dbf867bb8a (patch) | |
tree | 1de6243df16baa3a160eb7f0488ae9855a23bccc /src/winver.h | |
parent | 6c6b8104326941c4bd6c1f1d542e8969d82e97d8 (diff) | |
download | mana-c10473eac230927f0c8af3b2d3a8a5dbf867bb8a.tar.gz mana-c10473eac230927f0c8af3b2d3a8a5dbf867bb8a.tar.bz2 mana-c10473eac230927f0c8af3b2d3a8a5dbf867bb8a.tar.xz mana-c10473eac230927f0c8af3b2d3a8a5dbf867bb8a.zip |
Updated a few files that have been out of date for a while. This doesn't
fix make dist yet, but at least these files aren't out of date any more.
Diffstat (limited to 'src/winver.h')
-rw-r--r-- | src/winver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/winver.h b/src/winver.h index 52d90315..3c6e7aed 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 0
-#define VER_RELEASE 24
-#define VER_BUILD 1
-#define PACKAGE_VERSION "0.0.24.1"
+#define VER_RELEASE 27
+#define VER_BUILD 0
+#define PACKAGE_VERSION "0.0.27"
|