We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2943557 commit 5eebe20Copy full SHA for 5eebe20
CMakeLists.txt
@@ -47,7 +47,7 @@ set(CODEC2_VERSION_MAJOR 1)
47
set(CODEC2_VERSION_MINOR 0)
48
# Set to patch level if needed, otherwise leave FALSE.
49
# Must be positive (non-zero) if set, since 0 == FALSE in CMake.
50
-set(CODEC2_VERSION_PATCH 0)
+set(CODEC2_VERSION_PATCH 3)
51
set(CODEC2_VERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")
52
# Patch level version bumps should not change API/ABI.
53
set(SOVERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")
0 commit comments