Bump Nazara version

This commit is contained in:
Lynix 2016-11-14 16:06:46 +01:00
parent f596b46629
commit 601794caf7
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "Nazara Engine"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.1
PROJECT_NUMBER = 0.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -76,8 +76,8 @@
// Nazara version macro
#define NAZARA_VERSION_MAJOR 0
#define NAZARA_VERSION_MINOR 1
#define NAZARA_VERSION_PATCH 1
#define NAZARA_VERSION_MINOR 2
#define NAZARA_VERSION_PATCH 0
#include <Nazara/Core/Config.hpp>