From fdfde09d7b7d938a156f7d6a1df44e9efbc32fd1 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Tue, 7 Aug 2007 06:35:55 +0000 Subject: [PATCH] Updated version number to 3.7.3 git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk/svn@78 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index a4a09fc..0b91579 100755 --- a/ddclient +++ b/ddclient @@ -17,7 +17,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.7.2"; +my $version = "3.7.3"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;