increment the PC19 version no to 5455
authorDirk Koopman <djk@tobit.co.uk>
Thu, 26 Jun 2008 13:56:59 +0000 (14:56 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 26 Jun 2008 13:56:59 +0000 (14:56 +0100)
perl/DXProt.pm
perl/Version.pm

index 5694ba05b217ba2f3b9a9adcda4ec1b712235217..bc27395b209944be8341a8749fa4438a939ccd90 100644 (file)
@@ -72,7 +72,7 @@ $pingint = 5*60;
 $obscount = 2;
 $chatdupeage = 20 * 60;
 $chatimportfn = "$main::root/chat_import";
-$pc19_version = 5454;                  # the visible version no for outgoing PC19s generated from pc59
+$pc19_version = 5455;                  # the visible version no for outgoing PC19s generated from pc59
 $pc92_update_period = 4*60*60; # the period between outgoing PC92 C updates
 $pc92_short_update_period = 15*60; # shorten the update period after a connection or start up
 $pc92_extnode_update_period = 1*60*60; # the update period for external nodes
index 886ba4763d29e07aed715ed6a09ea47514d1c8b7..2a1927aae9a390dadc1acae441f7b9c81e65657e 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
-$build = '21';
+$build = '22';
 
 1;