Skip to content

Commit

Permalink
Merge pull request #270 from drowe67/dr-patchlevel
Browse files Browse the repository at this point in the history
include patch level in codec2/version.h
  • Loading branch information
drowe67 authored Dec 27, 2021
2 parents 2943557 + 5eebe20 commit 199a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(CODEC2_VERSION_MAJOR 1)
set(CODEC2_VERSION_MINOR 0)
# Set to patch level if needed, otherwise leave FALSE.
# Must be positive (non-zero) if set, since 0 == FALSE in CMake.
set(CODEC2_VERSION_PATCH 0)
set(CODEC2_VERSION_PATCH 3)
set(CODEC2_VERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")
# Patch level version bumps should not change API/ABI.
set(SOVERSION "${CODEC2_VERSION_MAJOR}.${CODEC2_VERSION_MINOR}")
Expand Down

0 comments on commit 199a9e1

Please sign in to comment.