From 761a483e28935f0bdee4658c37dfaa4606c2660a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 May 2025 15:01:09 -0400 Subject: Add new system for tracking versions. --- lib/core/CHANGES.md | 5 +++++ lib/core/core.tm | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 lib/core/CHANGES.md (limited to 'lib/core') diff --git a/lib/core/CHANGES.md b/lib/core/CHANGES.md new file mode 100644 index 00000000..42ae752c --- /dev/null +++ b/lib/core/CHANGES.md @@ -0,0 +1,5 @@ +# Version History + +## v1.0 + +Initial version diff --git a/lib/core/core.tm b/lib/core/core.tm index 6aa4c267..0b8aba53 100644 --- a/lib/core/core.tm +++ b/lib/core/core.tm @@ -1,9 +1,9 @@ # This file just uses all the most commonly used standard # library modules so you don't have to import them one-by-one -use patterns -use commands -use shell -use pthreads -use random -use time +use patterns_v1.0 +use commands_v1.0 +use shell_v1.0 +use pthreads_v1.0 +use random_v1.0 +use time_v1.0 -- cgit v1.2.3