Skip to content

Commit

Permalink
VERSION 20240115
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Jan 15, 2024
1 parent 48bca6e commit 1d55788
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14.3)
cmake_policy(SET CMP0091 NEW)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

project(ntfs2btrfs VERSION 20230501)
project(ntfs2btrfs VERSION 20240115)

include(GNUInstallDirs)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ below.
Changelog
---------

* 20240115
* Fixed compilation on GCC 14 (`-Werror=incompatible-pointer-types` now enabled by default)

* 20230501
* Fixed inline extent items being written out of order (not diagnosed by `btrfs check`)
* Fixed metadata items being written with wrong level value (not diagnosed by `btrfs check`)
Expand Down
2 changes: 1 addition & 1 deletion ntfs2btrfs.8.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH NTFS2BTRFS "8" "May 2023" "ntfs2btrfs @PROJECT_VERSION@" "System Administration"
.TH NTFS2BTRFS "8" "January 2024" "ntfs2btrfs @PROJECT_VERSION@" "System Administration"
.SH NAME
ntfs2btrfs \- convert ntfs filesystem to btrfs filesystem
.SH SYNOPSIS
Expand Down

0 comments on commit 1d55788

Please sign in to comment.