diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-03-24 09:11:20 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-03-24 09:11:20 +0100 |
commit | c6bc3f72813f197f3bd413bf279551a93f9260a5 (patch) | |
tree | eb542f76daa8c8f4c8a57a751b261e7931529dea /src/winver.h | |
parent | b0df784f1be44a657ca8092069488602270629b7 (diff) | |
download | mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.tar.gz mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.tar.bz2 mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.tar.xz mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.zip |
Updated version to 0.0.29 in all the other places
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 abf91e9f..4996bdfb 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */ #define VER_MAJOR 0 -#define VER_MINOR 1 -#define VER_RELEASE 0 +#define VER_MINOR 0 +#define VER_RELEASE 29 #define VER_BUILD 0 -#define PACKAGE_VERSION "0.1.0" +#define PACKAGE_VERSION "0.0.29" |