Skip to content

Commit

Permalink
Bump version to 1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jul 15, 2020
1 parent 60a6bf3 commit 66e4964
Show file tree
Hide file tree
Showing 2 changed files with 7 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.7.2.1
VERSION 1.7.3
LANGUAGES C)

option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.7.3 [2020-07-15]
==================

* Support cmake < 3.17 again.
* Fix pkgconfig file (regression in 1.7.2).

1.7.2 [2020-07-11]
==================

Expand Down

0 comments on commit 66e4964

Please sign in to comment.