diff options
| author | Richard Kistruck | 2007-07-06 16:09:32 +0100 |
|---|---|---|
| committer | Richard Kistruck | 2007-07-06 16:09:32 +0100 |
| commit | 3e074da643f8dd9a9249c401e3a9797793b1997d (patch) | |
| tree | 2b0e1088b6322b2fe0f780c6b803b35dc117afd9 /mps/code/version.c | |
| parent | a20be65e70cd2cc056fbd6a7b1e0f3eaaa37c42b (diff) | |
| download | emacs-3e074da643f8dd9a9249c401e3a9797793b1997d.tar.gz emacs-3e074da643f8dd9a9249c401e3a9797793b1997d.zip | |
Mps master: version.c, w3build.bat, hello-world: for 1.108.0
Copied from Perforce
Change: 162801
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/version.c')
| -rw-r--r-- | mps/code/version.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mps/code/version.c b/mps/code/version.c index a9f5ed08e00..b89b33463c2 100644 --- a/mps/code/version.c +++ b/mps/code/version.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* version.c: VERSION INSPECTION | 1 | /* version.c: VERSION INSPECTION |
| 2 | * | 2 | * |
| 3 | * $Id$ | 3 | * $Id$ |
| 4 | * Copyright (c) 2001, 2006 Ravenbrook Limited. | 4 | * Copyright (c) 2001, 2006-2007 Ravenbrook Limited. |
| 5 | * See end of file for license. | 5 | * See end of file for license. |
| 6 | * | 6 | * |
| 7 | * PURPOSE | 7 | * PURPOSE |
| @@ -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.107.0" | 32 | #define MPS_RELEASE "release/1.108.0" |
| 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 | ||
| 41 | char MPSCopyrightNotice[] = | 41 | char MPSCopyrightNotice[] = |
| 42 | "Portions copyright (c) 2006 Ravenbrook Limited and Global Graphics Software."; | 42 | "Portions copyright (c) 2007 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 Ravenbrook Limited | 66 | * Copyright (C) 2001-2002, 2006-2007 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. |