diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-24 21:57:32 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-24 22:26:26 +0200 |
commit | 19eb8653afb00694b55fb4fcde53b82de415ac63 (patch) | |
tree | 924f31c5cf5bbb3b7234f0eb1354edf573b591ab /global-functions.rsc | |
parent | 83e57e6aabcd59b453f0e96695e7ceaf31c1ad6b (diff) | |
parent | ee94024dcaa59333f03d90f342e550a5f3ab40f2 (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 45fda9f..e6b1d36 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 98; +:global ExpectedConfigVersion 99; # global variables not to be changed by user :global GlobalFunctionsReady false; |