From ecd35cb4e56f4e442f70f826eea720df5b317906 Mon Sep 17 00:00:00 2001 From: Kevin Huck Date: Tue, 13 Apr 2021 09:17:49 -0700 Subject: [PATCH] Updating version number. --- CMakeLists.txt | 2 +- doc/Doxyfile.in | 2 +- src/apex/CMakeLists.hpx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f298468..84eacad6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project (APEX CXX C) set (APEX_DESCRIPTION "Autonomic Performance Environment for eXascale" CACHE STRING "APEX project description") set (APEX_VERSION_MAJOR 2 CACHE STRING "APEX Major Version") set (APEX_VERSION_MINOR 3 CACHE STRING "APEX Minor Version") -set (APEX_VERSION_PATCH 1 CACHE STRING "APEX Patch Version") +set (APEX_VERSION_PATCH 2 CACHE STRING "APEX Patch Version") set (APEX_HOMEPAGE_URL "http://github.com/khuck/xpress-apex" CACHE STRING "APEX homepage URL") cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 4d0c855a..5876ba57 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -38,7 +38,7 @@ PROJECT_NAME = "Autonomic Performance Environment for eXascale (APEX)" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.3.1 +PROJECT_NUMBER = 2.3.2 # 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 diff --git a/src/apex/CMakeLists.hpx b/src/apex/CMakeLists.hpx index 9a923c10..d540a284 100644 --- a/src/apex/CMakeLists.hpx +++ b/src/apex/CMakeLists.hpx @@ -19,7 +19,7 @@ hpx_info("apex" "Will build APEX") set (APEX_VERSION_MAJOR 2) set (APEX_VERSION_MINOR 3) -set (APEX_VERSION_PATCH 1) +set (APEX_VERSION_PATCH 2) if (NOT APEX_ROOT) if (EXISTS ${HPX_SOURCE_DIR}/apex)