Skip to content

Commit

Permalink
- file system checks (batch and hardlink mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas694 committed Oct 25, 2020
1 parent bf70295 commit 02d556c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ I added the following features to finddupe:
- unicode support (v1.25)
- alert message if order of options is wrong (v1.26)
- support for ignoring files by patterns (v1.26)
- checking for NTFS file system in batch and hardlink mode (v1.27)

It works for me, but some more testing is desirable.

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define STRINGIZE(s) STRINGIZE2(s)

#define VERSION_MAJOR 1
#define VERSION_MINOR 26
#define VERSION_MINOR 27
#define VERSION_REVISION 0
#define VERSION_BUILD 0

Expand Down

0 comments on commit 02d556c

Please sign in to comment.