From 1bf48cca9522a7a51919ecb78722b9c69ffb1cf8 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 27 Nov 2014 18:26:14 +0100 Subject: [PATCH] Doxygen version number fix --- Doxygenfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxygenfile b/Doxygenfile index 00ed2fcc..047de14f 100644 --- a/Doxygenfile +++ b/Doxygenfile @@ -38,13 +38,13 @@ PROJECT_NAME = # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.1 +PROJECT_NUMBER = 2.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 # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "version 2.1" +PROJECT_BRIEF = "version 2.2" # With the PROJECT_LOGO tag one can specify an logo or icon that is included in # the documentation. The maximum height of the logo should not exceed 55 pixels