Skip to content

Commit 4691bb8

Browse files
committed
bump version to 1.0.5 to clearly delineate from various 1.0.4 versions
1 parent c489cff commit 4691bb8

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 4)
50+
set(CODEC2_VERSION_PATCH 5)
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)