Skip to content

Commit

Permalink
[irods#7531] Bump version to 4.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Mar 1, 2024
1 parent 4ddfded commit f2315a7
Show file tree
Hide file tree
Showing 2 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 @@ -83,8 +83,8 @@ set(CMAKE_SHARED_LINKER_FLAGS_RELEASE_INIT "-Wl,--gc-sections -Wl,-z,combreloc")
include(IrodsRunpathDefaults)

set(IRODS_VERSION_MAJOR "4")
set(IRODS_VERSION_MINOR "3")
set(IRODS_VERSION_PATCH "1")
set(IRODS_VERSION_MINOR "90")
set(IRODS_VERSION_PATCH "0")
set(IRODS_VERSION "${IRODS_VERSION_MAJOR}.${IRODS_VERSION_MINOR}.${IRODS_VERSION_PATCH}")
set(IRODS_PACKAGE_REVISION "0")

Expand Down
4 changes: 2 additions & 2 deletions test/c_api_test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "irods/dataObjClose.h"
#include "irods/checksum.h"

#if IRODS_VERSION_INTEGER != 4003001
#error "IRODS_VERSION_INTEGER needs attention"
#if IRODS_VERSION_INTEGER != 4090000
# error "IRODS_VERSION_INTEGER needs attention"
#endif

int main () {
Expand Down

0 comments on commit f2315a7

Please sign in to comment.