put the version no back in 1st slot for now

This commit is contained in:
Dirk Koopman 2007-10-10 14:38:21 +01:00
parent 709a22cc74
commit 0cbfabaee9
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.54';
$subversion = '0';
$build = '169';
$build = '170';
1;