From e688f232cfbb6dcec620755ee1ebbca931503ed1 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Wed, 24 Feb 2010 23:05:22 +0000 Subject: [PATCH] Subversion revision added git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@116 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ddclient b/ddclient index 8c63e98..5f0415d 100755 --- a/ddclient +++ b/ddclient @@ -20,7 +20,9 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.8.0"; +my ($VERSION) = q$Revision$ =~ /(\d+)/; + +my $version = "3.8.0-r". $VERSION; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;