diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-14 16:18:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-14 16:23:04 +0200 |
commit | aec63407e873e4a6f7299bdb0bf1c740be45f2b1 (patch) | |
tree | fe56cf3ba347585780f9451f0b866b097084410f /global-functions | |
parent | 883920aeae9f25dcb56a0b47054d12ab57dd8833 (diff) |
notify about options in script commentschange-19
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 c6932b2..920f2a4 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 18; +:global ExpectedConfigVersion 19; # global variables not to be changed by user :global GlobalFunctionsReady false; |