diff options
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; |