Skip to content

Commit

Permalink
make 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 6, 2024
1 parent da4152a commit f5040b1
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)

project(trrntzip
VERSION 1.2
VERSION 1.3
LANGUAGES C)

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
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.3 [2024-03-06]

* fix for a core dump
* more consistent casing behaviour across platforms
* add some tests

# 1.2 [2024-02-22]

* fix a build error on windows
Expand Down

0 comments on commit f5040b1

Please sign in to comment.