You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
11
11
# 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).
12
12
# 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)
16
16
17
17
############ Override from command line "CMake -D<OPTION>=TRUE/FALSE/0/1/ON/OFF"
0 commit comments