Bump to 3.10.0

This commit is contained in:
Sandro Jäckel 2019-12-29 04:15:47 +01:00
parent a32095bc50
commit 68063946d0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -25,7 +25,7 @@ use Getopt::Long;
use Sys::Hostname;
use IO::Socket;
my $version = "3.9.0";
my $version = "3.10.0";
my $programd = $0;
$programd =~ s%^.*/%%;
my $program = $programd;