aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/version.c
diff options
context:
space:
mode:
authorRichard Kistruck2008-05-01 17:45:07 +0100
committerRichard Kistruck2008-05-01 17:45:07 +0100
commitdd51a692967da89ed2a0ee3aeaacdfcf1353786a (patch)
tree1a27929bd886e5a760f25d87a376789aa32c0829 /mps/code/version.c
parentf832755042bc975e09baa08ecc8442e2f6637af9 (diff)
downloademacs-dd51a692967da89ed2a0ee3aeaacdfcf1353786a.tar.gz
emacs-dd51a692967da89ed2a0ee3aeaacdfcf1353786a.zip
Mps master: readme et al changes for version 1.108.2
Copied from Perforce Change: 164906 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/version.c')
-rw-r--r--mps/code/version.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mps/code/version.c b/mps/code/version.c
index 582ad8dc785..102daf1b076 100644
--- a/mps/code/version.c
+++ b/mps/code/version.c
@@ -29,7 +29,7 @@ SRCID(version, "$Id$");
29 * (Note: before 2006-02-01 the style was "release.epcore.chub") 29 * (Note: before 2006-02-01 the style was "release.epcore.chub")
30 */ 30 */
31 31
32#define MPS_RELEASE "release/1.108.1" 32#define MPS_RELEASE "release/1.108.2"
33 33
34 34
35/* MPSCopyrightNotice -- copyright notice for the binary 35/* MPSCopyrightNotice -- copyright notice for the binary
@@ -39,7 +39,7 @@ SRCID(version, "$Id$");
39 */ 39 */
40 40
41char MPSCopyrightNotice[] = 41char MPSCopyrightNotice[] =
42 "Portions copyright (c) 2007 Ravenbrook Limited and Global Graphics Software."; 42 "Portions copyright (c) 2008 Ravenbrook Limited and Global Graphics Software.";
43 43
44 44
45/* MPSVersion -- return version string 45/* MPSVersion -- return version string
@@ -63,7 +63,7 @@ char *MPSVersion(void)
63 63
64/* C. COPYRIGHT AND LICENSE 64/* C. COPYRIGHT AND LICENSE
65 * 65 *
66 * Copyright (C) 2001-2002, 2006-2007 Ravenbrook Limited 66 * Copyright (C) 2001-2002, 2006-2008 Ravenbrook Limited
67 * <http://www.ravenbrook.com/>. 67 * <http://www.ravenbrook.com/>.
68 * All rights reserved. This is an open source license. Contact 68 * All rights reserved. This is an open source license. Contact
69 * Ravenbrook for commercial licensing options. 69 * Ravenbrook for commercial licensing options.