diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-12 00:00:11 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-12 00:49:21 +0100 |
commit | 15db43b1b5721ab120f4af909e90cb46d54b735e (patch) | |
tree | 094d7552a266f559658a1f0b99f69cbe394d0553 /src/winver.h | |
parent | 665c16c430453393b4c4d730ac6ab7037c4fbf38 (diff) | |
download | mana-15db43b1b5721ab120f4af909e90cb46d54b735e.tar.gz mana-15db43b1b5721ab120f4af909e90cb46d54b735e.tar.bz2 mana-15db43b1b5721ab120f4af909e90cb46d54b735e.tar.xz mana-15db43b1b5721ab120f4af909e90cb46d54b735e.zip |
Updated version to 0.0.28.1
Also updated NEWS file with changes since 0.0.28.
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 45043409..5f0e1fb2 100644 --- a/src/winver.h +++ b/src/winver.h @@ -2,5 +2,5 @@ #define VER_MAJOR 0 #define VER_MINOR 0 #define VER_RELEASE 28 -#define VER_BUILD 0 -#define PACKAGE_VERSION "0.0.28" +#define VER_BUILD 1 +#define PACKAGE_VERSION "0.0.28.1" |