diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-20 12:18:32 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-20 12:35:34 +0100 |
commit | 650c362ed903209bb2144b3d4a89f46ca4865a38 (patch) | |
tree | c98076feaea093eecf167d3633ce17b5ec5aeb1f /global-functions.rsc | |
parent | 3b5026ea8d8e8f9867b85d91c81d2296265d6d6a (diff) |
netwatch-notify: support note in notificationchange-96
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 6e3f00a..512cf34 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 95; +:global ExpectedConfigVersion 96; # global variables not to be changed by user :global GlobalFunctionsReady false; |