changeset 73:ee8acca852f4

Merging 0.03 release
author Dominic Cleal <dominic@computerkb.co.uk>
date Thu, 11 Feb 2010 00:15:15 +0000
parents 999787ab415d (current diff) 8d9a3e74c838 (diff)
children a2fd98163675
files skillbot.pl
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu Feb 11 00:10:05 2010 +0000
+++ b/.hgtags	Thu Feb 11 00:15:15 2010 +0000
@@ -1,1 +1,2 @@
 14f0f0b0f83e3cc9f7a8bc1c19b0a23df307117b release-0.02
+8764194b1bc47f76c46748799d9d19cade6850eb release-0.03
--- a/skillbot.pl	Thu Feb 11 00:10:05 2010 +0000
+++ b/skillbot.pl	Thu Feb 11 00:15:15 2010 +0000
@@ -59,7 +59,7 @@
 }
 close(CONFIG) or die "can't close skillbot.conf: $!";
 
-my $version = '0.02';
+my $version = '0.03';
 my $ircname = "skillbot v$version";
 
 my $DEBUG = $ENV{'IRC_DEBUG'} || 0;