Sakura-IT / SonnetAmiga

Reimplementation of WarpOS supporting Sonnet Crescendo 7200 and other PowerPC PCI cards (mirror of CVS development repository).
MIT License
39 stars 3 forks source link

Incorrect version string format #41

Closed rkujawa closed 7 years ago

rkujawa commented 7 years ago

All the $VER strings should follow the format described in Amiga Developer Docs.

http://amigadev.elowar.com/read/ADCD_2.1/AmigaMail_Vol2_guide/node0011.html

This is certainly the right format for AmigaOS 3.1. Later AmigaOS versions added ability to use 4 digit year and a comment in version string. But I think we should stick to OS 3.1 format, since that's the lowest version of AmigaOS where our implementation of powerpc.library can function correctly.

DvdBoon commented 7 years ago

Adjusted to 3.1 syntax.