Change to semantic versioning.
Remove individual script versions as opposed to package version. Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
992d678460
commit
1d3c8f9529
8 changed files with 11 additions and 17 deletions
|
|
@ -12,7 +12,6 @@
|
|||
# which Perl itself is published.
|
||||
|
||||
BEGIN {
|
||||
our $VERSION = "0.02";
|
||||
use File::Basename;
|
||||
# we're in .../install, so our module is in ../lib
|
||||
push(@INC, dirname($0).'/../lib');
|
||||
|
|
@ -138,7 +137,7 @@ my $Upgrade ='';
|
|||
if ($OptUpdate) {
|
||||
$Upgrade = <<UPGRADE;
|
||||
----------
|
||||
Your installation was upgraded from $OptUpdate to $PackageVersion.
|
||||
Your installation was upgraded from $OptUpdate to $VERSION.
|
||||
|
||||
Don't forget to restart your INN feed so that it can pick up the new version:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue