diff --git a/svn/Changelog b/svn/Changelog index 5496364..078718b 100644 --- a/svn/Changelog +++ b/svn/Changelog @@ -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) diff --git a/svn/ddclient b/svn/ddclient index a1996a8..e1b29b2 100755 --- a/svn/ddclient +++ b/svn/ddclient @@ -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;