put the version no back in 1st slot for now
authorDirk Koopman <djk@tobit.co.uk>
Wed, 10 Oct 2007 13:38:21 +0000 (14:38 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 10 Oct 2007 13:38:21 +0000 (14:38 +0100)
perl/DXProtout.pm
perl/Version.pm

index 8c5e56d9abe3cdf5da625734b33670350bbc189b..03676089dc33acd5b5072cd973f0babb32258398 100644 (file)
@@ -422,7 +422,7 @@ sub pc92d
 # send a config
 sub pc92c
 {
-       return _gen_pc92('C', 0, @_);
+       return _gen_pc92('C', 1, @_);
 }
 
 # send a keep alive
index 42a16ea3712fb80f93158cbcffbf9b63b6b488c6..b3035d19d84ab9a43074fe1cac5ae442066a346c 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '169';
+$build = '170';
 
 1;