diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-11 15:01:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-11 15:01:09 -0400 |
| commit | 761a483e28935f0bdee4658c37dfaa4606c2660a (patch) | |
| tree | 2e0b76801f2838d568ebd7b9c76884599ada0744 /examples/tomo-install | |
| parent | 84c29ce5facc166515b80abf79f33b2ea21bf9fa (diff) | |
Add new system for tracking versions.
Diffstat (limited to 'examples/tomo-install')
| -rw-r--r-- | examples/tomo-install/CHANGES.md | 5 | ||||
| -rw-r--r-- | examples/tomo-install/tomo-install.tm | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/tomo-install/CHANGES.md b/examples/tomo-install/CHANGES.md new file mode 100644 index 00000000..42ae752c --- /dev/null +++ b/examples/tomo-install/CHANGES.md @@ -0,0 +1,5 @@ +# Version History + +## v1.0 + +Initial version diff --git a/examples/tomo-install/tomo-install.tm b/examples/tomo-install/tomo-install.tm index d915b993..e9838859 100644 --- a/examples/tomo-install/tomo-install.tm +++ b/examples/tomo-install/tomo-install.tm @@ -1,5 +1,5 @@ -use shell -use patterns +use shell_v1.0 +use patterns_v1.0 _USAGE := " tomo-install file.tm... |
