diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-09 02:58:41 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-09 02:58:41 +0200 |
commit | 0551d51a369b93b668496f0ab179cb5db7b01f44 (patch) | |
tree | 3091fc593995ac029b6275145b6cac72abab17fc /src/winver.h | |
parent | 609d2be2633d4c73dde01fd55d7e67015d602499 (diff) | |
download | mana-0551d51a369b93b668496f0ab179cb5db7b01f44.tar.gz mana-0551d51a369b93b668496f0ab179cb5db7b01f44.tar.bz2 mana-0551d51a369b93b668496f0ab179cb5db7b01f44.tar.xz mana-0551d51a369b93b668496f0ab179cb5db7b01f44.zip |
Set the current build version to 0.6.0 in prevision of a release.
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 773693bb..46eb942c 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */ -#define VER_MAJOR 1 -#define VER_MINOR 0 +#define VER_MAJOR 0 +#define VER_MINOR 6 #define VER_RELEASE 0 #define VER_BUILD 0 -#define PACKAGE_VERSION "1.0.0.0" +#define PACKAGE_VERSION "0.6.0.0" |