From bc19e9b9f75fbb26f16314dcf32a38d3cab8e3f2 Mon Sep 17 00:00:00 2001 From: petdance Date: Sat, 10 Mar 2007 04:35:39 +0000 Subject: [PATCH] Releasing 1.60 --- Ack.pm | 4 ++-- Changes | 2 +- ack | 2 +- ack-standalone | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Ack.pm b/Ack.pm index 0dafc53..2263726 100644 --- a/Ack.pm +++ b/Ack.pm @@ -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; diff --git a/Changes b/Changes index 561ea74..959a42d 100644 --- a/Changes +++ b/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. diff --git a/ack b/ack index 7ba9d7f..d1fe051 100755 --- a/ack +++ b/ack @@ -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 diff --git a/ack-standalone b/ack-standalone index 55d0bfc..b8870a1 100755 --- a/ack-standalone +++ b/ack-standalone @@ -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 @@ -873,7 +873,7 @@ use Scalar::Util (); our $VERSION; BEGIN { - $VERSION = '1.58'; + $VERSION = '1.60'; } our %types;