diff options
author | Christian Hesse <mail@eworm.de> | 2024-02-23 11:19:56 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-02-29 14:21:58 +0100 |
commit | 62790ae091e167a1aea4c5a5fec128ee5c41ca4c (patch) | |
tree | 1ae2b6c625665a994df1f906296247e502fcd4e7 /global-functions.rsc | |
parent | 0125f102b4f420ed86e9eb968d088576e1fb4c3e (diff) |
fw-addr-lists: add support for IPv6change-119
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index d37b34b..92fabff 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 118; +:global ExpectedConfigVersion 119; # global variables not to be changed by user :global GlobalFunctionsReady false; |