Skip to content

Commit

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

our $VERSION;
our $COPYRIGHT;
BEGIN {
$VERSION = '1.74';
$VERSION = '1.75_01';
$COPYRIGHT = 'Copyright 2005-2007 Andy Lester, all rights reserved.';
}

Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog for ack

NEXT
1.75_01 Thu Dec 6 20:37:57 CST 2007
[ENHANCEMENTS]
Optimized the usually-common case where you're searching through
a lot of source files and finding relatively few strings. ack
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.74';
our $VERSION = '1.75_01';
# Check http://petdance.com/ack/ for updates

# These are all our globals.
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.74';
our $VERSION = '1.75_01';
# Check http://petdance.com/ack/ for updates

# These are all our globals.
Expand Down Expand Up @@ -736,7 +736,7 @@ use strict;
our $VERSION;
our $COPYRIGHT;
BEGIN {
$VERSION = '1.74';
$VERSION = '1.75_01';
$COPYRIGHT = 'Copyright 2005-2007 Andy Lester, all rights reserved.';
}

Expand Down

0 comments on commit 6573e93

Please sign in to comment.