Skip to content

Commit b64fb94

Browse files
committed
Update version to 1.851
1 parent 487749d commit b64fb94

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

Changes

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

2+
1.851 4 April Feb 2019
3+
4+
* Fix typo in MANIFEST with .travis.yml file
5+
26
1.850 10 Feb 2019
7+
38
* Added soure to github
49
https://github.com/pmqs/DB_File
510

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.850" ;
168+
$VERSION = "1.851" ;
169169
$VERSION = eval $VERSION; # needed for dev releases
170170

171171
{

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.850
3+
Version 1.851
44

5-
30 March 2019
5+
4 April 2019
66

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

0 commit comments

Comments
 (0)