Skip to content

Commit

Permalink
Releasing 1.63_02
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jun 14, 2007
1 parent edf9546 commit 392d1d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Ack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ App::Ack - A container for functions for the ack program
=head1 VERSION
Version 1.63_01
Version 1.63_02
=cut

our $VERSION;
BEGIN {
$VERSION = '1.63_01';
$VERSION = '1.63_02';
}

our %types;
Expand Down
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog for ack

NEXT
1.63_02 Thu Jun 14 09:39:23 CDT 2007

[FIXES]
The tests didn't clear ACK_OPTIONS before running, so if you
Expand All @@ -16,7 +16,7 @@ NEXT
include files that are in ignored directories like blib/ and
.svn/

1.63_01
1.63_01 Tue Jun 5 2007
[THINGS THAT MAY BREAK FOR YOU]
The changes I made to detect if ack is outputting to the screen
may break some automated build tools. If so, please contact
Expand Down
2 changes: 1 addition & 1 deletion ack
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use warnings;
use strict;

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

Expand Down
4 changes: 2 additions & 2 deletions ack-standalone
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use warnings;
use strict;

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

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

our $VERSION;
BEGIN {
$VERSION = '1.63_01';
$VERSION = '1.63_02';
}

our %types;
Expand Down

0 comments on commit 392d1d1

Please sign in to comment.