Skip to content

Commit

Permalink
Releasing 1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 22, 2006
1 parent 98d6682 commit 188cdc6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Ack.pm
Expand Up @@ -9,13 +9,13 @@ App::Ack - A container for functions for the ack program
=head1 VERSION
Version 1.51_01
Version 1.52
=cut

our $VERSION;
BEGIN {
$VERSION = '1.51_01';
$VERSION = '1.52';
}

our %types;
Expand Down
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for ack

NEXT
1.52 Fri Dec 22 00:41:45 CST 2006

[FIXES]
In 1.51_01, I changed how we check the -B of a file, but it's
Expand Down
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -3,7 +3,7 @@
use warnings;
use strict;

our $VERSION = '1.51_01';
our $VERSION = '1.52';
our $COPYRIGHT = 'Copyright 2005-2006 Andy Lester, all rights reserved.';
# Check http://petdance.com/ack/ for updates

Expand Down
4 changes: 2 additions & 2 deletions ack-standalone
Expand Up @@ -3,7 +3,7 @@
use warnings;
use strict;

our $VERSION = '1.51_01';
our $VERSION = '1.52';
our $COPYRIGHT = 'Copyright 2005-2006 Andy Lester, all rights reserved.';
# Check http://petdance.com/ack/ for updates

Expand Down Expand Up @@ -808,7 +808,7 @@ use strict;

our $VERSION;
BEGIN {
$VERSION = '1.51_01';
$VERSION = '1.52';
}

our %types;
Expand Down

0 comments on commit 188cdc6

Please sign in to comment.