From: Peder Stray Date: Sat, 21 Aug 2021 08:40:50 +0000 (+0200) Subject: Update all scripts with semantic versions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=87243049a1c2c893c12ef81eec366f52ab8fe35c;p=irssi-scripts.irssi.org.git Update all scripts with semantic versions --- diff --git a/scripts/autochannel.pl b/scripts/autochannel.pl index 80786ef..43a15cf 100644 --- a/scripts/autochannel.pl +++ b/scripts/autochannel.pl @@ -7,7 +7,7 @@ use Irssi; use Irssi::Irc; use vars qw{$VERSION %IRSSI}; -($VERSION) = ' $Revision: 1.3 $ ' =~ / (\d+\.\d+) /; +($VERSION) = ' $Revision: 1.3.1 $ ' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'autochannel', authors => 'Peder Stray', diff --git a/scripts/chansort.pl b/scripts/chansort.pl index 81935d7..7f85237 100644 --- a/scripts/chansort.pl +++ b/scripts/chansort.pl @@ -7,7 +7,7 @@ use Irssi; use Irssi::Irc; use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.5 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.5.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'chansort', authors => 'Peder Stray', diff --git a/scripts/dccmove.pl b/scripts/dccmove.pl index f73d1fc..c6790fc 100644 --- a/scripts/dccmove.pl +++ b/scripts/dccmove.pl @@ -5,7 +5,7 @@ use strict; use Irssi; use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.4 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.4.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'dccmove', authors => 'Peder Stray', diff --git a/scripts/friends_peder.pl b/scripts/friends_peder.pl index eea0ae0..834360a 100644 --- a/scripts/friends_peder.pl +++ b/scripts/friends_peder.pl @@ -8,7 +8,7 @@ use Irssi::Irc; use Irssi::TextUI; use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.34 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.34.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'friends', authors => 'Peder Stray', diff --git a/scripts/keepnick.pl b/scripts/keepnick.pl index 9726e05..5eb40f2 100644 --- a/scripts/keepnick.pl +++ b/scripts/keepnick.pl @@ -7,7 +7,7 @@ use Irssi 20011118.1727; use Irssi::Irc; use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.19 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.19.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'keepnick', authors => 'Peder Stray', diff --git a/scripts/log2ansi.pl b/scripts/log2ansi.pl index 0680c15..b29f69a 100755 --- a/scripts/log2ansi.pl +++ b/scripts/log2ansi.pl @@ -15,7 +15,7 @@ use vars qw(@bols @nums @mirc @irssi @mc @mh @ic @ih @cn); use vars qw($class $oldclass); use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.11 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.11.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'log2ansi', authors => 'Peder Stray', diff --git a/scripts/query.pl b/scripts/query.pl index 772b284..7fc13fa 100644 --- a/scripts/query.pl +++ b/scripts/query.pl @@ -8,10 +8,8 @@ use Irssi 20020428.1608; use Text::Abbrev; use POSIX; -#use Data::Dumper; - use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.26 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.26.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'query', authors => 'Peder Stray', diff --git a/scripts/upgradeinfo.pl b/scripts/upgradeinfo.pl index 22eecb4..340496f 100644 --- a/scripts/upgradeinfo.pl +++ b/scripts/upgradeinfo.pl @@ -7,7 +7,7 @@ use Irssi 20021204.1123; use Irssi::TextUI; use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.7 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.7.1 $' =~ / (\d+(\.\d+) /; %IRSSI = ( name => 'upgradeinfo', authors => 'Peder Stray', diff --git a/scripts/uptime.pl b/scripts/uptime.pl index d2c657c..f77a154 100644 --- a/scripts/uptime.pl +++ b/scripts/uptime.pl @@ -8,7 +8,7 @@ use Irssi::Irc; use Irssi::TextUI; use vars qw{$VERSION %IRSSI}; -($VERSION) = '$Revision: 1.6 $' =~ / (\d+\.\d+) /; +($VERSION) = '$Revision: 1.6.1 $' =~ / (\d+(\.\d+)+) /; %IRSSI = ( name => 'uptime', authors => 'Peder Stray',