aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-11 18:46:03 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:24:05 +0200
commitcdb698acbf9c30cd6eb8345e79b4be8799d814ff (patch)
treed1e9a5555ced75e6db63bb227c7279eef2fee7e2
parent1b3f2620a7e521ef33a7e2273b57e1ec0d69dda7 (diff)
notify about freeze of routeros-v6 branchchange-80-v6routeros-v6
-rw-r--r--global-config2
-rw-r--r--global-config.changes1
-rw-r--r--global-functions2
3 files changed, 3 insertions, 2 deletions
diff --git a/global-config b/global-config
index ea5176e..d428da5 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 79;
+:global GlobalConfigVersion 80;
# This is used for DNS and backup file.
:global Domain "example.com";
diff --git a/global-config.changes b/global-config.changes
index e82f242..19630e9 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -83,6 +83,7 @@
77="Introduced new script 'firmware-upgrade-reboot'. Handle with care!";
78="New documentation is online for notifications via Telegram & Matrix, variable inspection, ip address calculation and running scripts once.";
79="Introduced new script 'backup-partition' to save configuration to fallback partition.";
+ 80="The 'routeros-v6' branch entered soft freeze state and will receive important updates only. Happy to welcome you in 'main' branch once moving to RouterOS v7!";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index 038f149..e40e384 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;