diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-08 09:33:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 20:36:21 +0100 |
commit | a7cb3e520a86b44cb6e1bdfdf6df24856274e0e3 (patch) | |
tree | 6527b4ebc820bc63e80687333ae4eee3399a1e45 /global-functions.rsc | |
parent | e39e8a00834192211999b89f5f163a35c2214707 (diff) |
global-config: support loading snippetschange-122
This adds support for loading snippets, which need a name starting with
"global-config-overlay.d/". This allows to split off configuration if
desired.
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 7f5ba9f..d2386f4 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 121; +:global ExpectedConfigVersion 122; # global variables not to be changed by user :global GlobalFunctionsReady false; |