diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-23 12:52:33 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-23 12:52:33 +0200 |
commit | 96ea39b7cdb48fe183f05530933099d2691ec228 (patch) | |
tree | a99058aed178757146a0691080e665f7b7fd63d3 /global-functions.rsc | |
parent | 0a46fb536f929f3248085072979b7acfe119dbd5 (diff) | |
parent | 33a495beb76f438ba79e56ab8e4872d2df5c4da8 (diff) |
Merge branch 'backup-partition' 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 3800ad5..96ed71d 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 128; +:global ExpectedConfigVersion 129; # global variables not to be changed by user :global GlobalFunctionsReady false; |