From c6bc3f72813f197f3bd413bf279551a93f9260a5 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Tue, 24 Mar 2009 09:11:20 +0100 Subject: Updated version to 0.0.29 in all the other places --- CMakeLists.txt | 2 +- README | 2 +- src/main.h | 2 +- src/winver.h | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d123870..71d85b12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.1.0) +SET(VERSION 0.0.29) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) diff --git a/README b/README index 9427f18e..2034f807 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA WORLD ============== - Version: 0.1.0 Date: XX/XX/2009 + Version: 0.0.29 Date: XX/XX/2009 Development team: - See AUTHORS file for a list diff --git a/src/main.h b/src/main.h index 11ea1f70..7f13740c 100644 --- a/src/main.h +++ b/src/main.h @@ -58,7 +58,7 @@ #elif defined WIN32 #include "winver.h" #elif defined __APPLE__ -#define PACKAGE_VERSION "0.1.0" +#define PACKAGE_VERSION "0.0.29" #endif #ifndef PKG_DATADIR 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" -- cgit v1.2.3-70-g09d2