diff options
author | Chris Robinson <[email protected]> | 2021-02-04 11:09:06 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-02-04 11:09:06 -0800 |
commit | ae4eacf147e2c2340cc4e02a790df04c793ed0a9 (patch) | |
tree | ab56d258de804b0ecc8e3336ced696256e71f73c /CMakeLists.txt | |
parent | 17cf1848fbe9810b527e2bee30c2e644ba2e2bce (diff) |
Release 1.21.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ca72f610..0cf0613d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -143,7 +143,7 @@ endif() set(LIB_MAJOR_VERSION "1") set(LIB_MINOR_VERSION "21") -set(LIB_REVISION "0") +set(LIB_REVISION "1") set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0) |