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