Changed version number

git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@11 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2006-06-14 20:53:35 +00:00
parent 787b76f4a3
commit 0bf9df0a65
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
Changelog
cvs
3.7.1
3.7.0
- Added vi tag
- Added support for 2Wire 1701HG Gateway (see
https://sourceforge.net/forum/message.php?msg_id=3496041 submitted by hemo)

View file

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