Skip to content

Commit 3bdbd75

Browse files
committed
incrementing SEMVER to v3.81
1 parent 77d1230 commit 3bdbd75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CMake
22

33
on:
44
push:
5-
branches: [ v3.80, dev, main ]
5+
branches: [ v3.81, dev, main ]
66
pull_request:
77
branches: [ main ]
88

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(NOT DEFINED UNIVERSAL_VERSION_MAJOR)
2525
set(UNIVERSAL_VERSION_MAJOR 3)
2626
endif()
2727
if(NOT DEFINED UNIVERSAL_VERSION_MINOR)
28-
set(UNIVERSAL_VERSION_MINOR 80)
28+
set(UNIVERSAL_VERSION_MINOR 81)
2929
endif()
3030
if(NOT DEFINED UNIVERSAL_VERSION_PATCH)
3131
set(UNIVERSAL_VERSION_PATCH 1)

docker/build_release_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# example would be to strace an executable to find its dependencies
66

77
MAJOR=v3
8-
MINOR=80
8+
MINOR=81
99
VERSION="$MAJOR.$MINOR"
1010

1111
if [[ $# == 0 ]]; then

docker/build_test_container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# example would be to strace an executable to find its dependencies
1212

1313
MAJOR=v3
14-
MINOR=80
14+
MINOR=81
1515
VERSION="$MAJOR.$MINOR"
1616

1717
if [[ $# == 0 ]]; then

0 commit comments

Comments
 (0)