mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-24 07:41:54 -07:00
mps version 1.107: readme and version.c
Copied from Perforce Change: 161221 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
12d401e2b0
commit
4ac9827b29
2 changed files with 23 additions and 19 deletions
|
|
@ -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.107.0"
|
||||
|
||||
|
||||
/* 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) 2006 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 <http://www.ravenbrook.com/>.
|
||||
* Copyright (C) 2001-2002, 2006 Ravenbrook Limited
|
||||
* <http://www.ravenbrook.com/>.
|
||||
* All rights reserved. This is an open source license. Contact
|
||||
* Ravenbrook for commercial licensing options.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue