]> hydra-www.ietfng.org Git - instirc/commitdiff
Mark version as 0.1.3
authornwf <nwf@cs.jhu.edu>
Wed, 24 Sep 2008 04:10:18 +0000 (00:10 -0400)
committernwf <nwf@cs.jhu.edu>
Wed, 24 Sep 2008 04:10:18 +0000 (00:10 -0400)
darcs-hash:20080924041018-4d648-2f438500cbdc89d733900a72a0e2fa3e64c88595.gz

IrssiInterface.pl

index aa9a571f081114863a78031e2b4106b6b065f6f8..6ba4eaf6c28a2219e68d035eed6b8bf5ac91742a 100644 (file)
@@ -7,9 +7,9 @@ use vars qw($VERSION %IRSSI);
 $| = 1;
 
 use Irssi;
-$VERSION = '0.1.2';
+$VERSION = '0.1.3';
 my $extended_version = "Instancing module v$VERSION";
-my $humorous_version = "$extended_version -- More Mess Inside";
+my $humorous_version = "$extended_version -- Protocol Finality?";
 
 %IRSSI = (
     authors => 'Glenn Willen and Nathaniel Filardo',