Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Previous distfile had the wrong version.
  • Loading branch information
dillof committed Jun 28, 2022
1 parent c5ca7bb commit 5532f9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
endif()

project(libzip
VERSION 1.9.1
VERSION 1.9.2
LANGUAGES C)

option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.2 [2022-06-28]

* Fix version number in header file.

1.9.1 [2022-06-28]
===================

Expand Down

0 comments on commit 5532f9b

Please sign in to comment.