diff --git a/CMakeLists.txt b/CMakeLists.txt index e1b9824..1931601 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(keygen) -set(PROJECT_VERSION 0.0.5) +set(PROJECT_VERSION 0.1.0) message(STATUS "~~ ${PROJECT_NAME} ${PROJECT_VERSION} ~~") diff --git a/Doxyfile b/Doxyfile index c3afa4c..3cd311e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = KeyGen # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.0.5 +PROJECT_NUMBER = 0.1.0 # 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