Skip to content

Commit f5040b1

Browse files
committed
make 1.3 release
1 parent da4152a commit f5040b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22

33
project(trrntzip
4-
VERSION 1.2
4+
VERSION 1.3
55
LANGUAGES C)
66

77
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3 [2024-03-06]
2+
3+
* fix for a core dump
4+
* more consistent casing behaviour across platforms
5+
* add some tests
6+
17
# 1.2 [2024-02-22]
28

39
* fix a build error on windows

0 commit comments

Comments
 (0)