Skip to content

Commit

Permalink
releasing 1.77_02
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 28, 2008
1 parent 5d85f40 commit 2466f52
Show file tree
Hide file tree
Showing 4 changed files with 9 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.77_01
Version 1.77_02
=cut

our $VERSION;
our $COPYRIGHT;
BEGIN {
$VERSION = '1.77_01';
$VERSION = '1.77_02';
$COPYRIGHT = 'Copyright 2005-2008 Andy Lester, all rights reserved.';
}

Expand Down
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Changelog for ack

NEXT
1.77_02 Mon Jan 28 16:19:30 CST 2008
[ENHANCEMENTS]
Added .lsp for --lisp, .st for --smalltalk.

Added testing for spurious output in the test suite.


1.77_01 Sun Jan 27 20:52:27 CST 2008
[CHANGED FUNCTIONALITY]
ack now always searches files given on the command line, even
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.77_01';
our $VERSION = '1.77_02';
# 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.77_01';
our $VERSION = '1.77_02';
# Check http://petdance.com/ack/ for updates

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

Expand Down

0 comments on commit 2466f52

Please sign in to comment.