aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-11 18:39:44 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:05:55 +0200
commitbbc6728dad5ee03200e3f53d10832acd44f4d64b (patch)
tree22daaee858ac4cbc3b2e31ae9724f19c301a8e56 /global-functions
parentdf547b87a47e279d3f6b744675821621eea5d7b8 (diff)
notify about freeze of routeros-v7 branchchange-80-v7routeros-v7
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions5
1 files changed, 4 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index a12eb5d..e41040d 100644
--- a/global-functions
+++ b/global-functions
@@ -10,7 +10,7 @@
:local 0 "global-functions";
# expected configuration version
-:global ExpectedConfigVersion 79;
+:global ExpectedConfigVersion 80;
# global variables not to be changed by user
:global GlobalFunctionsReady false;
@@ -1282,5 +1282,8 @@
# check for required RouterOS version
$RequiredRouterOS $0 "7.1" true;
+# this branch is frozen and will vanish!
+$LogPrintExit2 warning $0 ("The 'routeros-v7' branch is frozen and will vanish. Move to 'main' branch!") false;
+
# signal we are ready
:set GlobalFunctionsReady true;