Skip to content

Commit

Permalink
update version to 1.7.next
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Dreik committed Feb 3, 2025
1 parent 057bfd7 commit b1870b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.next
1.7.next
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.6.next"
AC_INIT([rdfind],[1.6.next])
VERSION="1.7.next"
AC_INIT([rdfind],[1.7.next])
AC_CONFIG_SRCDIR([rdfind.cc])
AC_CONFIG_HEADERS([config.h])

Expand Down
6 changes: 3 additions & 3 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.6.next "Aug 2021" rdfind
.TH rdfind "1" 1.7.next "Jan 2025" rdfind
.SH NAME
rdfind \- finds duplicate files
.SH SYNOPSIS
Expand Down Expand Up @@ -178,7 +178,7 @@ rdfind is quite brittle in that case. Especially, when deleting
or making links, rdfind can be subject to a symlink attack.
Use with care!
.SH AUTHOR
Paul Dreik 2006-2018, reachable at [email protected]
Paul Dreik 2006-2025, reachable at [email protected]
Rdfind can be found at https://rdfind.pauldreik.se/

Do you find rdfind useful? Drop me a line! It is always fun to
Expand All @@ -189,7 +189,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.6.next (release date 2023-xx-xx)
1.7.next (release date 2025-xx-xx)
.SH COPYRIGHT
This program is distributed under GPLv2 or later, at your option.
.SH "SEE ALSO"
Expand Down

0 comments on commit b1870b0

Please sign in to comment.