Release 1.22.1

This commit is contained in:
Chris Robinson 2022-06-20 18:16:18 -07:00
parent 79d7aebb21
commit 05f5faf265
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ endif()
set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "22")
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)

View File

@ -1,4 +1,4 @@
version: 1.22.0.{build}
version: 1.22.1.{build}
environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017