Skip to content

Commit

Permalink
Releasing 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 10, 2007
1 parent 91ebd8a commit bc19e9b
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 @@ -10,13 +10,13 @@ App::Ack - A container for functions for the ack program
=head1 VERSION
Version 1.58
Version 1.60
=cut

our $VERSION;
BEGIN {
$VERSION = '1.58';
$VERSION = '1.60';
}

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

NEXT
1.60 Fri Mar 9 22:34:15 CST 2007

[FIXES]
ack should behave better when running under a shell now.
Expand Down
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -3,7 +3,7 @@
use warnings;
use strict;

our $VERSION = '1.58';
our $VERSION = '1.60';
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
Expand Up @@ -3,7 +3,7 @@
use warnings;
use strict;

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

Expand Down Expand Up @@ -873,7 +873,7 @@ use Scalar::Util ();

our $VERSION;
BEGIN {
$VERSION = '1.58';
$VERSION = '1.60';
}

our %types;
Expand Down

0 comments on commit bc19e9b

Please sign in to comment.