Skip to content

Commit

Permalink
VERSION 20210402
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Apr 2, 2021
1 parent 00e2c79 commit 7c1352d
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 @@ -5,7 +5,7 @@ else()
cmake_minimum_required(VERSION 3.14.3)
endif()

project(ntfs2btrfs VERSION 20210105)
project(ntfs2btrfs VERSION 20210402)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,17 @@ download the latest Zip file.
For Linux:
* [Arch](https://aur.archlinux.org/packages/ntfs2btrfs-git) (thanks to [nicman23](https://github.com/nicman23))
* [Fedora](https://src.fedoraproject.org/rpms/ntfs2btrfs) (thanks to [Conan-Kudo](https://github.com/Conan-Kudo))
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210105.ebuild)
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210402.ebuild)

For other distributions or operating systems, you will need to compile it yourself - see
below.

Changelog
---------

* 20210402 (source code only release)
* Fixes for compilation on non-amd64 architectures

* 20210105
* Added support for NTFS compression
* Added support for "WOF compressed data"
Expand Down
File renamed without changes.

0 comments on commit 7c1352d

Please sign in to comment.