Skip to content

Commit dc83d99

Browse files
committed
Release 1.22.2
1 parent 9cce3ba commit dc83d99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ endif()
162162

163163
set(LIB_MAJOR_VERSION "1")
164164
set(LIB_MINOR_VERSION "22")
165-
set(LIB_REVISION "1")
165+
set(LIB_REVISION "2")
166166
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
167167
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)
168168

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.22.1.{build}
1+
version: 1.22.2.{build}
22

33
environment:
44
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

0 commit comments

Comments
 (0)