diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-05 16:58:58 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | a7cd7d95008420a823ed2fde15759307e6fb2f37 (patch) | |
tree | 6cf5092b4e60227fae6cea3124d115f56ffcc704 /global-functions.rsc | |
parent | 050ccd490e423a641907065bb8711c7090898d10 (diff) | |
parent | 83dbcfecd58e9f60b8d8b97a635a46cf851ae259 (diff) |
Merge branch 'drop-wifiwave2' into nextrouteros-7.13-1
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 9b5b0b0..7f5ba9f 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 120; +:global ExpectedConfigVersion 121; # global variables not to be changed by user :global GlobalFunctionsReady false; |