Skip to content

Commit

Permalink
Releasing 2.23_2
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 7, 2018
1 parent 092de6b commit 520eaeb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Ack.pm
Expand Up @@ -13,14 +13,14 @@ A container for functions for the ack program.
=head1 VERSION
Version 2.23_01
Version 2.23_02
=cut

our $VERSION;
our $COPYRIGHT;
BEGIN {
$VERSION = '2.23_01';
$VERSION = '2.23_02';
$COPYRIGHT = 'Copyright 2005-2018 Andy Lester.';
}

Expand Down
7 changes: 6 additions & 1 deletion Changes
@@ -1,6 +1,6 @@
History file for ack. https://beyondgrep.com/

2.23_01 Sat Jan 6 21:52:16 CST 2018
2.23_02 Sat Jan 6 23:53:03 CST 2018
====================================
[FIXES]
t/ack-n.t was not calling lists_match() correctly.
Expand All @@ -11,6 +11,11 @@ file if there's a match somewhere in the file. This gives ack a 20-30%
in timings of common cases.


2.23_01
====================================
Broken. Deleted.


2.22 Fri Dec 22 16:42:43 CST 2017
====================================
No changes since 2.21_01.
Expand Down
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -2,7 +2,7 @@

use strict;
use warnings;
our $VERSION = '2.23_01'; # Check https://beyondgrep.com/ for updates
our $VERSION = '2.23_02'; # Check https://beyondgrep.com/ for updates

use 5.008008;
use Getopt::Long 2.38 ();
Expand Down

0 comments on commit 520eaeb

Please sign in to comment.