We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4152a commit f5040b1Copy full SHA for f5040b1
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
project(trrntzip
4
- VERSION 1.2
+ VERSION 1.3
5
LANGUAGES C)
6
7
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
NEWS.md
@@ -1,3 +1,9 @@
+# 1.3 [2024-03-06]
+
+* fix for a core dump
+* more consistent casing behaviour across platforms
+* add some tests
# 1.2 [2024-02-22]
8
9
* fix a build error on windows
0 commit comments