From a5e5d1e3ae18226726bee97037b3ed37eae3eb75 Mon Sep 17 00:00:00 2001 From: Kjetil Olsen Lye Date: Tue, 29 Oct 2013 16:00:03 +0100 Subject: [PATCH] Updated version information. --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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