Release 1.22.2

master
Chris Robinson 2022-06-27 01:33:53 -07:00
parent 9cce3ba522
commit dc83d99c95
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 "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)

View File

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