Skip to content

Commit

Permalink
[irods#7852] bump version to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored and alanking committed Jul 30, 2024
1 parent e825e8e commit ecaf66d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

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 = 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
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 != 4003002
#if IRODS_VERSION_INTEGER != 4003003
# error "IRODS_VERSION_INTEGER needs attention"
#endif

Expand Down

0 comments on commit ecaf66d

Please sign in to comment.