Skip to content

Commit

Permalink
release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dreik committed Jun 17, 2023
1 parent 3ad1654 commit b0f580b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2023-06-17 Paul Dreik <[email protected]>
* release 1.6.0
2023-06-17 Paul Dreik <[email protected]>
* add sha512 support
2021-08-13 Paul Dreik <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.6.0
supports sha512
1.4.0alpha
now requires a c++11 capable compiler
1.3.5
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.next
1.6.0
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dnl copyright 2016-2019 Paul Dreik (earlier Paul Sundvall)
dnl Distributed under GPL v 2.0 or later, at your option.
dnl See LICENSE for further details.

VERSION="1.5.next"
AC_INIT([rdfind],[1.5.next])
VERSION="1.6.0"
AC_INIT([rdfind],[1.6.0])
AC_CONFIG_SRCDIR([rdfind.cc])
AC_CONFIG_HEADERS([config.h])

Expand Down
4 changes: 2 additions & 2 deletions rdfind.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.\"
.\" Author Paul Dreik 2006
.\" see LICENSE for details.
.TH rdfind "1" 1.5.next "Aug 2021" rdfind
.TH rdfind "1" 1.6.0 "Jun 2023" rdfind
.SH NAME
rdfind \- finds duplicate files
.SH SYNOPSIS
Expand Down Expand Up @@ -181,7 +181,7 @@ Several persons have helped with suggestions and improvements:
Niels Möller, Carl Payne and Salvatore Ansani. Thanks also to you
who tested the program and sent me feedback.
.SH VERSION
1.5.next (release date 2021-xx-xx)
1.6.0 (release date 2023-06-17)
.SH COPYRIGHT
This program is distributed under GPLv2 or later, at your option.
.SH "SEE ALSO"
Expand Down

0 comments on commit b0f580b

Please sign in to comment.