diff options
author | Christian Hesse <mail@eworm.de> | 2019-08-30 13:41:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-08-30 14:10:58 +0200 |
commit | 166bbffe1d45e6b5f5cbf8791d952d431ddde902 (patch) | |
tree | 4db75b40406180f04e5aaea2787b5c8bd41fe767 /global-functions | |
parent | c7563d4ffd2c2f2579b320867172708d342158c0 (diff) |
script-updates: add donation hint in configuration warning notificationchange-8
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index c5e63c4..1b73b0a 100644 --- a/global-functions +++ b/global-functions @@ -5,7 +5,7 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 7; +:global ExpectedConfigVersion 8; # global variables not to be changed by user :global SentConfigChangesNotification "-"; |