notify about freeze of routeros-v7 branch

This commit is contained in:
Christian Hesse 2022-05-11 18:39:44 +02:00
parent df547b87a4
commit bbc6728dad
3 changed files with 6 additions and 2 deletions

View file

@ -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;