Skip to content

Commit

Permalink
* Incremented version to 1.7, so it is greater than 1.67, which was the
Browse files Browse the repository at this point in the history
    version of the 0.009 Psh.pm module (and has been screwing things up
    for folks using CPAN).
  • Loading branch information
Gregor N. Purdy, Sr committed Jan 17, 2003
1 parent 1c44ec3 commit c984736
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.pod
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ A reverse-chronological ordered list of changes
###############################################################################
###############################################################################

=head1 1.7 [2003-01-16]

=head2 Fixes

=over 4

=item *

Incremented version so $Psh::VERSION > 1.67, which was the version for that
module in the 0.009 release (because at that time, version was set according
to the CVS revision, rather than to match the release). This should (finally)
make CPAN happy.

=back


=head1 1.1 [2003-01-16]

=head2 Fixes
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in psh and:
make realclean
cvs upd -AdP
cvs commit
perl Makefile.PL PREFIX=~
perl Makefile.PL PREFIX=$HOME
make
make test
make install
Expand Down
2 changes: 1 addition & 1 deletion lib/Psh.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Psh;

use vars qw($VERSION);

$VERSION='1.1';
$VERSION='1.7';

BEGIN {
require Psh::OS;
Expand Down

0 comments on commit c984736

Please sign in to comment.