diff --git a/CMakeLists.txt b/CMakeLists.txt index b1ab50652e..09f0be3010 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2.2) -project(FACTER VERSION 3.14.24) +project(FACTER VERSION 3.14.25) # Set this early, so it's available. AIX gets weird, man. if("${CMAKE_SYSTEM_NAME}" MATCHES "AIX") diff --git a/lib/Doxyfile b/lib/Doxyfile index 56feb45d6c..0d322f7c2a 100644 --- a/lib/Doxyfile +++ b/lib/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = facter # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.14.24 +PROJECT_NUMBER = 3.14.25 # 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