Skip to content

Commit

Permalink
Releasing 2.999_06
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jan 11, 2019
1 parent 3d74f3f commit 35c6c03
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
History file for ack 3. https://beyondgrep.com/

NEXT
2.999_06 Thu Jan 10 20:37:23 CST 2019
=====================================
[ENHANCEMENTS]
The --tt option for Template Toolkit is now --ttml. The short version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See the [Community](https://beyondgrep.com/community/) page.

# License

Copyright 2005-2018 Andy Lester.
Copyright 2005-2019 Andy Lester.

This program is free software; you can redistribute it and/or modify
it under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion ack
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use strict;
use warnings;
our $VERSION = '2.999_05'; # Check https://beyondgrep.com/ for updates
our $VERSION = '2.999_06'; # Check https://beyondgrep.com/ for updates

use 5.010001;

Expand Down
6 changes: 3 additions & 3 deletions lib/App/Ack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ A container for functions for the ack program.
=head1 VERSION
Version 2.999_05
Version 2.999_06
=cut

our $VERSION;
our $COPYRIGHT;
BEGIN {
$VERSION = '2.999_05';
$COPYRIGHT = 'Copyright 2005-2018 Andy Lester.';
$VERSION = '2.999_06';
$COPYRIGHT = 'Copyright 2005-2019 Andy Lester.';
}
our $STANDALONE = 0;
our $ORIGINAL_PROGRAM_NAME;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Ack/Docs/Manual.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ Andy Lester, C<< <andy at petdance.com> >>
=head1 COPYRIGHT & LICENSE
Copyright 2005-2018 Andy Lester.
Copyright 2005-2019 Andy Lester.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License v2.0.
Expand Down

0 comments on commit 35c6c03

Please sign in to comment.