Skip to content

Commit 90a1d01

Browse files
committed
Releasing 2.14
1 parent ec27504 commit 90a1d01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Ack.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ App::Ack - A container for functions for the ack program
99
1010
=head1 VERSION
1111
12-
Version 2.13_06
12+
Version 2.14
1313
1414
=cut
1515

1616
our $VERSION;
1717
our $COPYRIGHT;
1818
BEGIN {
19-
$VERSION = '2.13_06';
19+
$VERSION = '2.14';
2020
$COPYRIGHT = 'Copyright 2005-2014 Andy Lester.';
2121
}
2222

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
History file for ack. http://beyondgrep.com/
22

3-
NEXT
3+
2.14 Wed Sep 3 22:48:00 CDT 2014
44
====================================
55
[FIXES]
66
The -s flag would fail to suppress certain warnings. Thanks, Kassio

ack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.13_06'; # Check http://beyondgrep.com/ for updates
6+
our $VERSION = '2.14'; # Check http://beyondgrep.com/ for updates
77

88
use 5.008008;
99
use Getopt::Long 2.35 ();

0 commit comments

Comments
 (0)