Bump Nazara version
This commit is contained in:
parent
f596b46629
commit
601794caf7
2
Doxyfile
2
Doxyfile
|
|
@ -38,7 +38,7 @@ PROJECT_NAME = "Nazara Engine"
|
||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# 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
|
# 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
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
|
|
||||||
|
|
@ -76,8 +76,8 @@
|
||||||
|
|
||||||
// Nazara version macro
|
// Nazara version macro
|
||||||
#define NAZARA_VERSION_MAJOR 0
|
#define NAZARA_VERSION_MAJOR 0
|
||||||
#define NAZARA_VERSION_MINOR 1
|
#define NAZARA_VERSION_MINOR 2
|
||||||
#define NAZARA_VERSION_PATCH 1
|
#define NAZARA_VERSION_PATCH 0
|
||||||
|
|
||||||
#include <Nazara/Core/Config.hpp>
|
#include <Nazara/Core/Config.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue