diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-22 21:49:45 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-22 21:53:32 +0100 |
commit | 0d4ab1fb3e4f2eb396c2563898e4788249228cc7 (patch) | |
tree | dcec4a7d6212029654ffa53856cc634ab5db3fa4 /global-functions.rsc | |
parent | 3396aefac9bd8c6d16112282b6f76be64deafa07 (diff) | |
parent | 295ccb570d98dd3f782da5e0272d62bf2698a836 (diff) |
Merge branch 'dhcp-to-dns' into next
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 512cf34..2249fe9 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 96; +:global ExpectedConfigVersion 97; # global variables not to be changed by user :global GlobalFunctionsReady false; |