Bump version.

Exclude autobuild.sh.
This commit is contained in:
stevenpritchard
2006-08-12 17:32:50 +00:00
parent 9c0292bb6c
commit 38445f7be4
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
1.69
* Exclude autobuild.sh.
1.68 2006-07-20
* Fix find option ordering (patch from Ville Skyttä, #199442).
+3 -2
View File
@@ -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);