Updated Unofficial FAQ (textile)

This commit is contained in:
dom96 2013-01-24 08:44:51 -08:00
parent 66642b5a9c
commit 160adcde7c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ For beginners I suggest to implement missing parts of the standard library or so
* libraries that deal with multi-media
* etc.
h1. How does Nimrod's versioning scheme work?
h1. How does the Nimrod compiler's versioning scheme work?
Versions with a trailing odd number are considered to be "in-development", these are unstable "bleeding-edge" versions of the compiler which you can get from Github. Versions with an even number are releases. E.g. 0.9.0 is a release version, 0.9.1 is an in-development version.