Skip to content

Commit 426c516

Browse files
committed
1.858
1 parent 5089ede commit 426c516

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Changes

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

2+
1.858 13 May 2022
3+
4+
* Update to license wording
5+
Fri May 13 07:50:35 2022 +0100
6+
5089ede9dbc01ea9e47f5cb96bf9c8706ad1794d
7+
28
1.857 25 February 2022
39

410
* Silence gcc12 'empty-body' warning

DB_File.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ use Carp;
165165
# Module not thread safe, so don't clone
166166
sub CLONE_SKIP { 1 }
167167

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

171171
{

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.857"
46+
"version" : "1.858"
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.857'
24+
version: '1.858'

README

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

3-
Version 1.857
3+
Version 1.858
44

5-
25 Feburary 2022
5+
13 May 2022
66

77
Copyright (c) 1995-2022 Paul Marquess. All rights reserved. This
88
program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)