1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-24 07:41:54 -07:00

Mps: version.c for release/1.106, plus add this to proc/release-build

Copied from Perforce
 Change: 157000
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2006-02-01 17:19:56 +00:00
parent 4d4f66eadd
commit d00fdff31c

View file

@ -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 <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.
*