Skip to content

Commit

Permalink
Release 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Jun 27, 2022
1 parent 9cce3ba commit dc83d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 1.22.1.{build}
version: 1.22.2.{build}

environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down

0 comments on commit dc83d99

Please sign in to comment.