diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-24 20:29:56 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-24 20:29:56 +0100 |
commit | 61040888a373b03cc599750c33186848cae37ef4 (patch) | |
tree | 5afa025494fb094f3beec5ab66d30d5140b37182 /src/winver.h | |
parent | a201bc68ba8d95b470ca3faeb6f8f0cf17cf24c0 (diff) | |
download | mana-61040888a373b03cc599750c33186848cae37ef4.tar.gz mana-61040888a373b03cc599750c33186848cae37ef4.tar.bz2 mana-61040888a373b03cc599750c33186848cae37ef4.tar.xz mana-61040888a373b03cc599750c33186848cae37ef4.zip |
Version updated to 0.0.28
To be released hopefully tomorrow.
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 46d247fc..45043409 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 27 +#define VER_RELEASE 28 #define VER_BUILD 0 -#define PACKAGE_VERSION "0.0.27" +#define PACKAGE_VERSION "0.0.28" |