Skip to content

Commit 3fb87aa

Browse files
Starting beta2
1 parent 6d61a92 commit 3fb87aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ cmake_minimum_required(VERSION 3.29)
1010
# It should have 3 digits (x.y.z) on main branch, and 4 digits (x.y.z.w) on dev and task branches. The last digit being used as beta label.
1111
# As soon as an API change occurs in dev or task branch, update the version number by following SemVer rules (so the API breaking changes are not lost/forgotten).
1212
# Example: 1.5.0 is the upcoming release version (main branch) of current 1.5.0.3 devel version (dev/task) which will be labelled 1.5.0-beta3
13-
set(LA_AVDECC_VERSION 4.3.1.1)
14-
set(LA_AVDECC_CONTROLLER_VERSION 4.3.1.1)
15-
set(LA_AVDECC_C_VERSION 4.3.1.1)
13+
set(LA_AVDECC_VERSION 4.3.1.2)
14+
set(LA_AVDECC_CONTROLLER_VERSION 4.3.1.2)
15+
set(LA_AVDECC_C_VERSION 4.3.1.2)
1616

1717
############ Override from command line "CMake -D<OPTION>=TRUE/FALSE/0/1/ON/OFF"
1818

0 commit comments

Comments
 (0)