force update of talk command
authorDirk Koopman <djk@tobit.co.uk>
Wed, 25 Jul 2007 17:18:21 +0000 (18:18 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 25 Jul 2007 17:18:21 +0000 (18:18 +0100)
Doing this because my update of 1.29 confuses cvsserver.

cmd/talk.pl
perl/Version.pm

index 57b27e7c4df7bbc63b1aacfba9c253e46f3f5e33..15e8c124b66019113f099932fa7ea37b506d2abf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# The talk command
+# The talk command (improved)
 #
 # Copyright (c) 1998 Dirk Koopman G1TLH
 #
index b2d7b72d672c375b7162e14e681230151373791c..2fe6b660378852a980a49eecfc777eb4e0c58b93 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '129';
+$build = '130';
 
 1;