diff --git a/mps/code/version.c b/mps/code/version.c
index 3e654987bac..c33cb06b27b 100644
--- a/mps/code/version.c
+++ b/mps/code/version.c
@@ -1,7 +1,8 @@
/* version.c: VERSION INSPECTION
*
* $Id$
- * Copyright (c) 2001 Ravenbrook Limited. See end of file for license.
+ * Copyright (c) 2001, 2006 Ravenbrook Limited.
+ * See end of file for license.
*
* PURPOSE
*
@@ -22,11 +23,13 @@ SRCID(version, "$Id$");
/* MPS_RELEASE -- the release name
*
* .release: When making a new release, change the expansion of
- * MPS_RELEASE to be a string of the form "release.dylan.crow.2" or
+ * MPS_RELEASE to be a string of the form "release/1.106.1" or
* whatever.
+ *
+ * (Note: before 2006-02-01 the style was "release.epcore.chub")
*/
-#define MPS_RELEASE "release.epcore.chub"
+#define MPS_RELEASE "release/1.106.1"
/* MPSCopyrightNotice -- copyright notice for the binary
@@ -36,13 +39,15 @@ SRCID(version, "$Id$");
*/
char MPSCopyrightNotice[] =
- "Portions copyright (c) 2002 Ravenbrook Limited and Global Graphics Software.";
+ "Portions copyright (c) 2005 Ravenbrook Limited and Global Graphics Software.";
/* MPSVersion -- return version string
*
* The value of MPSVersion is a declared object comprising the
- * concatenation of all the version info.
+ * concatenation of all the version info. The "@(#)" prefix
+ * is the convention used by the BSD Unix command what(1);
+ * see also guide.mps.version.
*/
char MPSVersionString[] =
@@ -58,7 +63,8 @@ char *MPSVersion(void)
/* C. COPYRIGHT AND LICENSE
*
- * Copyright (C) 2001-2002 Ravenbrook Limited .
+ * Copyright (C) 2001-2002, 2006 Ravenbrook Limited
+ * .
* All rights reserved. This is an open source license. Contact
* Ravenbrook for commercial licensing options.
*