From f5b1f9cb97f548a594d50e1835848350b54abf20 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 23 Jun 2021 15:11:40 +0200 Subject: celebrating the 1.000th commit - hooray! --- global-config | 2 +- global-config-overlay | 2 +- global-config.changes | 1 + global-functions | 2 +- 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; -- cgit v1.2.3-54-g00ecf