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:
parent
787b76f4a3
commit
0bf9df0a65
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
cvs
|
3.7.1
|
||||||
|
|
||||||
|
3.7.0
|
||||||
- Added vi tag
|
- Added vi tag
|
||||||
- Added support for 2Wire 1701HG Gateway (see
|
- Added support for 2Wire 1701HG Gateway (see
|
||||||
https://sourceforge.net/forum/message.php?msg_id=3496041 submitted by hemo)
|
https://sourceforge.net/forum/message.php?msg_id=3496041 submitted by hemo)
|
||||||
|
|
|
@ -14,7 +14,7 @@ use Getopt::Long;
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
use IO::Socket;
|
use IO::Socket;
|
||||||
|
|
||||||
my $version = "3.7.0-pre";
|
my $version = "3.7.1";
|
||||||
my $programd = $0;
|
my $programd = $0;
|
||||||
$programd =~ s%^.*/%%;
|
$programd =~ s%^.*/%%;
|
||||||
my $program = $programd;
|
my $program = $programd;
|
||||||
|
|
Loading…
Reference in a new issue