https://github.com/axtens/version
A simple versioning system for DOS
https://github.com/axtens/version
Last synced: 4 months ago
JSON representation
A simple versioning system for DOS
- Host: GitHub
- URL: https://github.com/axtens/version
- Owner: axtens
- License: mit
- Created: 2019-08-12T09:54:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T01:28:50.000Z (almost 7 years ago)
- Last Synced: 2025-07-12T15:41:03.694Z (11 months ago)
- Language: Modula-2
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# version
A simple versioning system for DOS
VERSION.MOD is based on VERSION.RDY which would have been transpiled into VERSION.BAS before being converted to a TSRBASIC EXE.
VERSION.BAS used VERSION.INI to control language, editor and file extension.
VERSION.MOD used VERSION.SET to do the same thing.
VERSION.VLG is used to log the versioning process which simply looked for a .BAK file and stored it in a RAR file.