diff options
author | Daniel Meyerholt <dxm523@googlemail.com> | 2014-06-21 22:10:59 +0200 |
---|---|---|
committer | Daniel Meyerholt <dxm523@googlemail.com> | 2014-06-21 22:10:59 +0200 |
commit | 81653ce5c98237a7eabc632cc428214663217a75 (patch) | |
tree | fc62f3136420310da85a99d62296afbd7dafe407 /scripts | |
parent | cb5f328e5ba3398b048c282700fbabaab2e7a9ea (diff) | |
download | vdr-plugin-vdrrip-master.tar.gz vdr-plugin-vdrrip-master.tar.bz2 |
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/queuehandler | 2 | ||||
-rwxr-xr-x | scripts/queuehandler.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/queuehandler b/scripts/queuehandler index ddee3fc..ff4797a 100755 --- a/scripts/queuehandler +++ b/scripts/queuehandler @@ -63,7 +63,7 @@ # - added $qh_ver & qh_conf_ver # # # ################################################################# -qh_ver="0.3.2" +qh_ver="0.5" initialize () { diff --git a/scripts/queuehandler.conf b/scripts/queuehandler.conf index 34a89de..39563d3 100755 --- a/scripts/queuehandler.conf +++ b/scripts/queuehandler.conf @@ -2,7 +2,7 @@ # queuehandler.conf: # this is the configuration-file of queuehandler # - qh_conf_ver="0.3.2" + qh_conf_ver="0.5" # set this to 1 to get debug-informations in the syslog and # exit-messages of the queuehandler on the osd: |