From c08f4cdf5c525d70db2e7dad87aeb3c9d3e2181a Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Mon, 2 Oct 2023 20:02:03 -0400 Subject: [PATCH] [#6412] Bump version number to 4.3.1. --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- test/c_api_test/test.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 903556ccba..637df8af16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,9 +84,9 @@ include(IrodsRunpathDefaults) set(IRODS_VERSION_MAJOR "4") set(IRODS_VERSION_MINOR "3") -set(IRODS_VERSION_PATCH "0") +set(IRODS_VERSION_PATCH "1") set(IRODS_VERSION "${IRODS_VERSION_MAJOR}.${IRODS_VERSION_MINOR}.${IRODS_VERSION_PATCH}") -set(IRODS_PACKAGE_REVISION "1") +set(IRODS_PACKAGE_REVISION "0") project(irods VERSION ${IRODS_VERSION} diff --git a/Doxyfile b/Doxyfile index b7f16b38d8..727f32c879 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "iRODS" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = main +PROJECT_NUMBER = 4.3.1 # 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/test/c_api_test/test.c b/test/c_api_test/test.c index e7bbbdb4da..8a07ec1615 100644 --- a/test/c_api_test/test.c +++ b/test/c_api_test/test.c @@ -15,7 +15,7 @@ #include "irods/dataObjClose.h" #include "irods/checksum.h" -#if IRODS_VERSION_INTEGER != 4003000 +#if IRODS_VERSION_INTEGER != 4003001 #error "IRODS_VERSION_INTEGER needs attention" #endif