diff --git a/Doxyfile b/Doxyfile index 47af03df4..04a327a38 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/include/Nazara/Prerequesites.hpp b/include/Nazara/Prerequesites.hpp index bf9d1d75f..52dc90e43 100644 --- a/include/Nazara/Prerequesites.hpp +++ b/include/Nazara/Prerequesites.hpp @@ -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