From 43d06c892997d03b3ae44fa67e89a703562e5ace Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Mon, 31 Jul 2000 10:06:30 +0000 Subject: [PATCH] [project @ 2000-07-31 10:06:30 by simonmar] x.yy.DDMMYYYY should be x.yy.YYYYMMDD for unstable snapshots. --- ghc/docs/users_guide/intro.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/intro.sgml b/ghc/docs/users_guide/intro.sgml index 828eb0ef31ab..7fd1ea64edd1 100644 --- a/ghc/docs/users_guide/intro.sgml +++ b/ghc/docs/users_guide/intro.sgml @@ -394,8 +394,8 @@ Some Haskell-related discussion takes place in the Usenet newsgroup GHC web site for details).</para> <para>Snapshot releases are named - <literal>x.yy.DDMMYYYY</literal> where <literal>yy</literal> - is <emphasis>odd</emphasis>, and <literal>DDMMYYYY</literal> + <literal>x.yy.YYYYMMDD</literal> where <literal>yy</literal> + is <emphasis>odd</emphasis>, and <literal>YYYYMMDD</literal> is the date of the sources from which the snapshot was built. In theory, you can check out the exact same sources from the CVS repository using this date.</para> -- GitLab