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 67a3f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ 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")

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 67a3f00

Please sign in to comment.