summaryrefslogtreecommitdiff
path: root/shmem/unix/mm/mm_vers.c
blob: 3fd85f609fd1a4f8108bdf77b20926677756bcce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
**  mm_vers.c -- Version Information
**  [automatically generated and maintained by shtool]
*/

#ifdef _AS_HEADER

#ifndef _MM_VERS_C
#define _MM_VERS_C
#define MM_VERSION 0x100208
extern const int  MM_Version;
extern const char MM_VersionStr[];
extern const char MM_Hello[];
extern const char MM_GNUVersion[];
extern const char MM_WhatID[];
extern const char MM_RCSIdentID[];
extern const char MM_WebID[];
extern const char MM_PlainID[];
#endif /* _MM_VERS_C */

#else

const int  MM_Version      = 0x100208;
const char MM_VersionStr[] = "1.0.8 (24-Jun-1999)";
const char MM_Hello[]      = "This is MM, Version 1.0.8 (24-Jun-1999)";
const char MM_GNUVersion[] = "MM Version 1.0.8";
const char MM_WhatID[]     = "@(#)MM Version 1.0.8 (24-Jun-1999)";
const char MM_RCSIdentID[] = "$Id: mm_vers.c,v 1.1 1999/08/17 15:59:45 rbb Exp $";
const char MM_WebID[]      = "MM/1.0.8";
const char MM_PlainID[]    = "1.0.8";

#endif