Skip to content

Commit 59722eb

Browse files
committed
Update to 0.9.2 for release.
1 parent d7d8ebe commit 59722eb

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
@@ -45,7 +45,7 @@ set(CODEC2_VERSION_MAJOR 0)
4545
set(CODEC2_VERSION_MINOR 9)
4646
# Set to patch level if needed, otherwise leave FALSE.
4747
# Must be positive (non-zero) if set, since 0 == FALSE in CMake.
48-
set(CODEC2_VERSION_PATCH 1)
48+
set(CODEC2_VERSION_PATCH 2)
4949
set(CODEC2_VERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")
5050
# Patch level version bumps should not change API/ABI.
5151
set(SOVERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")

0 commit comments

Comments
 (0)