diff options
author | Chris Robinson <[email protected]> | 2022-06-27 01:33:53 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-06-27 01:33:53 -0700 |
commit | dc83d99c95a42c960150ddeee06c124134b52208 (patch) | |
tree | 6b3717598c8a927c3a46f1de2ab4da52c08d6437 | |
parent | 9cce3ba522c759ee0247ca46afe776239745217e (diff) |
Release 1.22.2
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bc87d81c..1984ac97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ endif() set(LIB_MAJOR_VERSION "1") set(LIB_MINOR_VERSION "22") -set(LIB_REVISION "1") +set(LIB_REVISION "2") set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0) diff --git a/appveyor.yml b/appveyor.yml index 70bb08de..b75fbd79 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.22.1.{build} +version: 1.22.2.{build} environment: APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 |