aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-06-23 15:11:40 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-23 15:14:38 +0200
commitf5b1f9cb97f548a594d50e1835848350b54abf20 (patch)
tree25d03d4467230c991d22be88746f49bcbbbcca9c
parent64496d76c2f450c001f05769a83075b4fe18fbaf (diff)
celebrating the 1.000th commit - hooray!change-57
-rw-r--r--global-config2
-rw-r--r--global-config-overlay2
-rw-r--r--global-config.changes1
-rw-r--r--global-functions2
4 files changed, 4 insertions, 3 deletions
diff --git a/global-config b/global-config
index 92bb4b2..ed7cd24 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 56;
+:global GlobalConfigVersion 57;
# This is used for DNS and backup file.
:global Domain "example.com";
diff --git a/global-config-overlay b/global-config-overlay
index e697b94..abea983 100644
--- a/global-config-overlay
+++ b/global-config-overlay
@@ -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'!
# Comment or remove to disable news and change notifications.
-:global GlobalConfigVersion 56;
+:global GlobalConfigVersion 57;
# Copy configuration from global-config here and modify it.
diff --git a/global-config.changes b/global-config.changes
index c4a335a..dfbb1b4 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -60,6 +60,7 @@
54="Support for Telegram notifications moved to a module. It is installed automatically if required.";
55="Added reverse logic in 'log-forward', so messages can be included even if filtered before.";
56="Added tags in all backup, lease and ppp-on-up scripts. These are used by 'packages-update', 'lease-script' and 'ppp-on-up' to find the scripts.";
+ 57="Celebrating the 1.000th commit - Hooray!";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index c3c6e55..236b211 100644
--- a/global-functions
+++ b/global-functions
@@ -8,7 +8,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/
# expected configuration version
-:global ExpectedConfigVersion 56;
+:global ExpectedConfigVersion 57;
# global variables not to be changed by user
:global GlobalFunctionsReady false;