diff options
-rw-r--r-- | global-config | 2 | ||||
-rw-r--r-- | global-config-overlay | 2 | ||||
-rw-r--r-- | global-config.changes | 1 | ||||
-rw-r--r-- | global-functions | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/global-config b/global-config index 4e1bca5..b8bdd44 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 41; +:global GlobalConfigVersion 42; # This is used for DNS and backup file. :global Domain "example.com"; diff --git a/global-config-overlay b/global-config-overlay index b45b0cb..8925b4c 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -9,7 +9,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 change notifications. -:global GlobalConfigVersion 41; +:global GlobalConfigVersion 42; # Copy configuration from global-config here and modify it. diff --git a/global-config.changes b/global-config.changes index e79047a..4ad3fee 100644 --- a/global-config.changes +++ b/global-config.changes @@ -45,6 +45,7 @@ 39="Added support for interface specific address list entries in 'ipv6-update'."; 40="Made the certificate renewal time configurable."; 41="Implemented migration mechanism for script updates."; + 42="Made severity in terminal output colorful, with opt-out."; }; # Migration steps to be applied on script updates diff --git a/global-functions b/global-functions index 3518e36..7d3e4c5 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 41; +:global ExpectedConfigVersion 42; # global variables not to be changed by user :global GlobalFunctionsReady false; |