From 601794caf79ed3379f3af918fc7c43b7167c434d Mon Sep 17 00:00:00 2001 From: Lynix Date: Mon, 14 Nov 2016 16:06:46 +0100 Subject: [PATCH] Bump Nazara version --- Doxyfile | 2 +- include/Nazara/Prerequesites.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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