From b1870b0e58b3c3b072011668c599e546d8942a6d Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Mon, 3 Feb 2025 20:11:34 +0100 Subject: [PATCH] update version to 1.7.next --- VERSION.txt | 2 +- configure.ac | 4 ++-- rdfind.1 | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 52eb074..ac5dbac 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.6.next +1.7.next diff --git a/configure.ac b/configure.ac index 700ac05..2e3dcc7 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/rdfind.1 b/rdfind.1 index 2d3fb1b..17a50ee 100644 --- a/rdfind.1 +++ b/rdfind.1 @@ -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 @@ -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 rdfind@pauldreik.se +Paul Dreik 2006-2025, reachable at rdfind@pauldreik.se Rdfind can be found at https://rdfind.pauldreik.se/ Do you find rdfind useful? Drop me a line! It is always fun to @@ -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"