diff options
author | Christian Hesse <mail@eworm.de> | 2019-01-03 15:36:26 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-03 15:36:26 +0100 |
commit | 6e03a3b93514c435ee6e5de91c1fda0c1a318c1c (patch) | |
tree | 61909847f62cfc4be2f3e9e999dd9ea84ad94a48 /global-functions | |
parent | 0f72662745cc83e074d55e6849bcab15246ce152 (diff) |
script-updates: add configuration versioning
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global-functions b/global-functions index 909e381..2c559ae 100644 --- a/global-functions +++ b/global-functions @@ -4,6 +4,9 @@ # # global functions +# expected configuration version +:global ExpectedConfigVersion 0; + # read input from user :global Read do={ :return; |