Skip to content

Commit

Permalink
Release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Apr 23, 2022
1 parent 354c18a commit c1c63a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ if(NOT LIBTYPE)
endif()

set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "21")
set(LIB_REVISION "1")
set(LIB_MINOR_VERSION "22")
set(LIB_REVISION "0")
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.21.1.{build}
version: 1.22.0.{build}

environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down

2 comments on commit c1c63a2

@Biswa96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no new tag with this release.

@kcat
Copy link
Owner Author

@kcat kcat commented on c1c63a2 Apr 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that. Forgot Git doesn't automatically push new tags. Fixed now.

Please sign in to comment.