]> hydra-www.ietfng.org Git - instirc/commitdiff
Label v0.1.4 in IrssiInterface $VERSION
authornwf <nwf@cs.jhu.edu>
Fri, 22 May 2009 04:43:23 +0000 (00:43 -0400)
committernwf <nwf@cs.jhu.edu>
Fri, 22 May 2009 04:43:23 +0000 (00:43 -0400)
Ignore-this: 924fa462251e5f07516c21376c234feb

darcs-hash:20090522044323-4d648-7dced180dc03ee24eeda3863c8e5bb2688da1a0f.gz

IrssiInterface.pl

index 02c188f545051978fcd4b77ae3cd3e1e626fbb3f..05ccd24c75ffbc7a22817ee394b4f9538e08d992 100644 (file)
@@ -7,9 +7,9 @@ use vars qw($VERSION %IRSSI);
 $| = 1;
 
 use Irssi;
-$VERSION = '0.1.3';
+$VERSION = '0.1.4';
 my $extended_version = "Instancing module v$VERSION";
-my $humorous_version = "$extended_version -- Protocol Finality?";
+my $humorous_version = "$extended_version -- A wild T=16 appears!";
 
 %IRSSI = (
     authors => 'Glenn Willen and Nathaniel Filardo',