Skip to content

Commit be64b5e

Browse files
committed
set version to 1.859
1 parent c4916be commit be64b5e

7 files changed

Lines changed: 17 additions & 10 deletions

File tree

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
1.859 21 August 2023
3+
4+
* silence clang compiler warnings
5+
https://github.com/pmqs/DB_File/issues/13
6+
Sun Aug 20 16:30:05 2023 +0100
7+
6f8902efe7b2782ad418ea53ddaad08ed9bebf9b
8+
29
1.858 13 May 2022
310

411
* Update to license wording

DB_File.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Written by Paul Marquess (pmqs@cpan.org)
44
#
5-
# Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
5+
# Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
66
# This program is free software; you can redistribute it and/or
77
# modify it under the same terms as Perl itself.
88

@@ -165,7 +165,7 @@ use Carp;
165165
# Module not thread safe, so don't clone
166166
sub CLONE_SKIP { 1 }
167167

168-
$VERSION = "1.858" ;
168+
$VERSION = "1.859" ;
169169
$VERSION = eval $VERSION; # needed for dev releases
170170

171171
{
@@ -2325,7 +2325,7 @@ archive in F<src/misc/db.1.85.tar.gz>.
23252325
23262326
=head1 COPYRIGHT
23272327
2328-
Copyright (c) 1995-2022 Paul Marquess. All rights reserved. This program
2328+
Copyright (c) 1995-2023 Paul Marquess. All rights reserved. This program
23292329
is free software; you can redistribute it and/or modify it under the
23302330
same terms as Perl itself.
23312331

DB_File.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
All comments/suggestions/problems are welcome
88
9-
Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
9+
Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
1010
This program is free software; you can redistribute it and/or
1111
modify it under the same terms as Perl itself.
1212

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
"web" : "https://github.com/pmqs/DB_File"
4444
}
4545
},
46-
"version" : "1.858"
46+
"version" : "1.859"
4747
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ resources:
2121
bugtracker: https://github.com/pmqs/DB_File/issues
2222
homepage: https://github.com/pmqs/DB_File
2323
repository: git://github.com/pmqs/DB_File.git
24-
version: '1.858'
24+
version: '1.859'

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
DB_File
22

3-
Version 1.858
3+
Version 1.859
44

5-
13 May 2022
5+
21 August 2023
66

7-
Copyright (c) 1995-2022 Paul Marquess. All rights reserved. This
7+
Copyright (c) 1995-2023 Paul Marquess. All rights reserved. This
88
program is free software; you can redistribute it and/or modify
99
it under the same terms as Perl itself.
1010

dbinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Version: 1.07
88
# Date 2nd April 2011
99
#
10-
# Copyright (c) 1998-2022 Paul Marquess. All rights reserved.
10+
# Copyright (c) 1998-2023 Paul Marquess. All rights reserved.
1111
# This program is free software; you can redistribute it and/or
1212
# modify it under the same terms as Perl itself.
1313

0 commit comments

Comments
 (0)