aboutsummaryrefslogtreecommitdiffstats
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:10 +0200
commit5e481a768b4cea4534f5f775ce565a79cb1e3eb9 (patch)
tree0bceb7c8c4043193e225945e77de83afff53e5db
parentdf547b87a47e279d3f6b744675821621eea5d7b8 (diff)
notify about freeze of routeros-v7 branchchange-80
-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 933ec2e..70d8a2f 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 4bb87a9..e317b02 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -88,6 +88,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-v7' branch will now freeze, and vanish any time in future. You already switched to 'main' branch, well done!";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index a12eb5d..51c87bc 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;