Skip to content

Commit 008d07a

Browse files
author
Paul Dreik
committed
set version to 1.5.0
1 parent 35967bb commit 008d07a

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2021-08-12 Paul Dreik <rdfind@pauldreik.se>
2+
* release 1.5.0
13
2021-08-12 Paul Dreik <rdfind@pauldreik.se>
24
* add option -maxsize N to ignore files with size>=N bytes
35
2018-11-12 Paul Dreik <rdfind@pauldreik.se>

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.next
1+
1.5.0

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dnl copyright 2016-2019 Paul Dreik (earlier Paul Sundvall)
33
dnl Distributed under GPL v 2.0 or later, at your option.
44
dnl See LICENSE for further details.
55

6-
VERSION="1.4.next"
7-
AC_INIT([rdfind],[1.4.next])
6+
VERSION="1.5.0"
7+
AC_INIT([rdfind],[1.5.0])
88
AC_CONFIG_SRCDIR([rdfind.cc])
99
AC_CONFIG_HEADERS([config.h])
1010

rdfind.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.\"
44
.\" Author Paul Dreik 2006
55
.\" see LICENSE for details.
6-
.TH rdfind "1" 1.4.next "Nov 2018" rdfind
6+
.TH rdfind "1" 1.5.0 "Aug 2021" rdfind
77
.SH NAME
88
rdfind \- finds duplicate files
99
.SH SYNOPSIS
@@ -181,7 +181,7 @@ Several persons have helped with suggestions and improvements:
181181
Niels Möller, Carl Payne and Salvatore Ansani. Thanks also to you
182182
who tested the program and sent me feedback.
183183
.SH VERSION
184-
1.4.next (release date 2018-xx-xx)
184+
1.5.0 (release date 2021-08-13)
185185
.SH COPYRIGHT
186186
This program is distributed under GPLv2 or later, at your option.
187187
.SH "SEE ALSO"

0 commit comments

Comments
 (0)