diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2014-08-05 07:39:04 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2014-08-05 07:39:04 +0200 |
commit | a05825b5f14e2c90e4ba60a81f9d530611fe61d8 (patch) | |
tree | 51ca78022404943cea300b88c6cc8085c04d54b7 /vdradmind.pl | |
parent | 6e8176be9a70b972f3cfc80a79441c417219b326 (diff) | |
download | vdradmin-am-3.6.10.tar.gz vdradmin-am-3.6.10.tar.bz2 |
Updated for release 3.6.10.v3.6.10
Diffstat (limited to 'vdradmind.pl')
-rwxr-xr-x | vdradmind.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdradmind.pl b/vdradmind.pl index e762347..6bc40db 100755 --- a/vdradmind.pl +++ b/vdradmind.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # vim:et:sw=4:ts=4: # -# VDRAdmin-AM 2005 - 2011 by Andreas Mair <amair.sob@googlemail.com> +# VDRAdmin-AM 2005 - 2014 by Andreas Mair <amair.sob@googlemail.com> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -26,7 +26,7 @@ require 5.004; use vars qw($PROCNAME); -my $VERSION = "3.6.9"; +my $VERSION = "3.6.10"; my $BASENAME; my $EXENAME; |