diff --git a/CMakeLists.txt b/CMakeLists.txt index b77c80277b..e2b4420f67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ include(IrodsRunpathDefaults) set(IRODS_VERSION_MAJOR "4") set(IRODS_VERSION_MINOR "3") -set(IRODS_VERSION_PATCH "2") +set(IRODS_VERSION_PATCH "3") set(IRODS_VERSION "${IRODS_VERSION_MAJOR}.${IRODS_VERSION_MINOR}.${IRODS_VERSION_PATCH}") set(IRODS_PACKAGE_REVISION "0") diff --git a/Doxyfile b/Doxyfile index fb97d2a445..28d9aa1890 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 = 4.3.2 +PROJECT_NUMBER = 4.3.3 # 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 ce797cb765..3d02ff9b87 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 != 4003002 +#if IRODS_VERSION_INTEGER != 4003003 # error "IRODS_VERSION_INTEGER needs attention" #endif