From 38445f7be4c2530b9bff767f019b4634aba7980b Mon Sep 17 00:00:00 2001 From: stevenpritchard Date: Sat, 12 Aug 2006 17:32:50 +0000 Subject: [PATCH] Bump version. Exclude autobuild.sh. --- Changes | 4 ++++ cpanspec | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 3dcc072..6b4960f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +1.69 + +* Exclude autobuild.sh. + 1.68 2006-07-20 * Fix find option ordering (patch from Ville Skyttä, #199442). diff --git a/cpanspec b/cpanspec index 80ef9bb..554f92a 100755 --- a/cpanspec +++ b/cpanspec @@ -10,10 +10,10 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: cpanspec,v 1.33 2006/07/19 17:11:34 stevenpritchard Exp $ +# $Id: cpanspec,v 1.34 2006/08/12 17:32:50 stevenpritchard Exp $ our $NAME="cpanspec"; -our $VERSION='1.68'; +our $VERSION='1.69'; =head1 NAME @@ -660,6 +660,7 @@ for my $file (@args) { and $_ ne "lib" and $_ ne "t" and $_ ne "inc" + and $_ ne "autobuild.sh" } @files; my $date=strftime("%a %b %d %Y", localtime);