Skip to content

Commit

Permalink
Bumping SEMVER to v3.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Nov 24, 2023
1 parent 92d0834 commit 589065c
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 @@ -35,7 +35,7 @@ if(NOT DEFINED UNIVERSAL_VERSION_MAJOR)
set(UNIVERSAL_VERSION_MAJOR 3)
endif()
if(NOT DEFINED UNIVERSAL_VERSION_MINOR)
set(UNIVERSAL_VERSION_MINOR 73)
set(UNIVERSAL_VERSION_MINOR 74)
endif()
if(NOT DEFINED UNIVERSAL_VERSION_PATCH)
set(UNIVERSAL_VERSION_PATCH 1)
Expand Down
2 changes: 1 addition & 1 deletion docker/build_release_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# example would be to strace an executable to find its dependencies

MAJOR=v3
MINOR=73
MINOR=74
VERSION="$MAJOR.$MINOR"

if [[ $# == 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion docker/build_test_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# example would be to strace an executable to find its dependencies

MAJOR=v3
MINOR=73
MINOR=74
VERSION="$MAJOR.$MINOR"

if [[ $# == 0 ]]; then
Expand Down

0 comments on commit 589065c

Please sign in to comment.