diff --git a/CMakeLists.txt b/CMakeLists.txt index f061787..071c0da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT( tinia ) CMAKE_MINIMUM_REQUIRED( VERSION 2.6) -SET( version_number "0.2.5" ) +SET( version_number "0.3.0" ) SET(TINIA_VERSION ${version_number}) IF(NOT CMAKE_BUILD_TYPE) diff --git a/Doxyfile b/Doxyfile index 90e5ae5..4712894 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = Tinia # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "Release Akerselva" +PROJECT_NUMBER = "Release Carl Berner" # 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