Skip to content

Commit

Permalink
[irods#6412] Bump version number to 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and alanking committed Oct 5, 2023
1 parent c2a37cc commit c08f4cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/c_api_test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c08f4cd

Please sign in to comment.