diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-13 20:28:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-13 20:28:25 +0200 |
commit | 3358dcb0e7a8392c082782bd00077ee502c66968 (patch) | |
tree | 8660a5263935fb87d016a9870a976448d5e4b6e1 /global-functions.rsc | |
parent | 196fe1b0109ff42c9df52a5f8b2314aeff65cd5f (diff) | |
parent | 94b07600baff987161e4f661ff14bddeef9a6174 (diff) |
Merge branch 'fw-addr-lists' into next
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 030892b..98f6978 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 100; +:global ExpectedConfigVersion 101; # global variables not to be changed by user :global GlobalFunctionsReady false; |