diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bde166..2daf374 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(SHADOWD) # Version set(SHADOWD_MAJOR_VERSION 1) -set(SHADOWD_MINOR_VERSION 0) +set(SHADOWD_MINOR_VERSION 1) set(SHADOWD_PATCH_VERSION 0) set(SHADOWD_VERSION ${SHADOWD_MAJOR_VERSION}.${SHADOWD_MINOR_VERSION}.${SHADOWD_PATCH_VERSION}) diff --git a/Doxyfile b/Doxyfile index e124230..3a625a1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Shadow Daemon" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.0.0" +PROJECT_NUMBER = "1.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