Skip to content

Commit 5eebe20

Browse files
committed
include patch level in codec2/version.h
1 parent 2943557 commit 5eebe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(CODEC2_VERSION_MAJOR 1)
4747
set(CODEC2_VERSION_MINOR 0)
4848
# Set to patch level if needed, otherwise leave FALSE.
4949
# Must be positive (non-zero) if set, since 0 == FALSE in CMake.
50-
set(CODEC2_VERSION_PATCH 0)
50+
set(CODEC2_VERSION_PATCH 3)
5151
set(CODEC2_VERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")
5252
# Patch level version bumps should not change API/ABI.
5353
set(SOVERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")

0 commit comments

Comments
 (0)