/* ** 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