From 160adcde7ca3289ea473c79587e0116726ed1647 Mon Sep 17 00:00:00 2001 From: dom96 Date: Thu, 24 Jan 2013 08:44:51 -0800 Subject: [PATCH] Updated Unofficial FAQ (textile) --- Unofficial-FAQ.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unofficial-FAQ.textile b/Unofficial-FAQ.textile index 789152a..a557c44 100644 --- a/Unofficial-FAQ.textile +++ b/Unofficial-FAQ.textile @@ -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.