Imported Upstream version 1.9.2 upstream/1.9.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 1 Sep 2022 01:34:26 +0000 (10:34 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 1 Sep 2022 01:34:26 +0000 (10:34 +0900)
CMakeLists.txt
NEWS.md

index 3ded409..d00a4f9 100644 (file)
@@ -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)
diff --git a/NEWS.md b/NEWS.md
index 78d663c..73bafe2 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,7 @@
+1.9.2 [2022-06-28]
+
+* Fix version number in header file.
+
 1.9.1 [2022-06-28]
 ===================