Skip to content

Commit

Permalink
[6412] Bump version number to 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Oct 3, 2023
1 parent 3ed5b04 commit c162f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 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 c162f35

Please sign in to comment.