From: Dan Boger Date: Wed, 25 Feb 2009 23:20:23 +0000 (-0800) Subject: r494 - v2.1.1 released X-Git-Url: https://git.sommitrealweird.co.uk//gitweb/?p=twirssi-net-twitter-lite.git;a=commitdiff_plain;h=aceae708fab5ffceda52708e4d3cfa0d00bbb60e r494 - v2.1.1 released --- diff --git a/twirssi.pl b/twirssi.pl index 8c9335f..60257b4 100644 --- a/twirssi.pl +++ b/twirssi.pl @@ -11,8 +11,8 @@ $Data::Dumper::Indent = 1; use vars qw($VERSION %IRSSI); -$VERSION = "2.1.1beta"; -my ($REV) = '$Rev: 493 $' =~ /(\d+)/; +$VERSION = "2.1.1"; +my ($REV) = '$Rev: 494 $' =~ /(\d+)/; %IRSSI = ( authors => 'Dan Boger', contact => 'zigdon@gmail.com', @@ -21,7 +21,7 @@ my ($REV) = '$Rev: 493 $' =~ /(\d+)/; . 'Can optionally set your bitlbee /away message to same', license => 'GNU GPL v2', url => 'http://twirssi.com', - changed => '$Date: 2009-02-25 14:44:03 -0800 (Wed, 25 Feb 2009) $', + changed => '$Date: 2009-02-25 15:20:08 -0800 (Wed, 25 Feb 2009) $', ); my $window;