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
|
/*
** iselect_version.c -- Version File (automatically generated and maintained by NEWVERS)
*/
#ifdef AS_HEADER
#ifndef ISELECT_VERSION_C
#define ISELECT_VERSION_C
#define iSelect_VERSION 0x102200
extern const int iSelect_Version;
extern const char iSelect_VersionStr[];
extern const char iSelect_Hello[];
extern const char iSelect_GNUVersion[];
extern const char iSelect_WhatID[];
extern const char iSelect_RCSIdentID[];
extern const char iSelect_WebID[];
extern const char iSelect_PlainID[];
#endif
#else
const int iSelect_Version = 0x102200;
const char iSelect_VersionStr[] = "1.2.0 (31-Mar-1999)";
const char iSelect_Hello[] = "This is iSelect Version 1.2.0 (31-Mar-1999)";
const char iSelect_GNUVersion[] = "iSelect Version 1.2.0";
const char iSelect_WhatID[] = "@(#)iSelect Version 1.2.0 (31-Mar-1999)";
const char iSelect_RCSIdentID[] = "$Id: iSelect 1.2.0 31-Mar-1999 $";
const char iSelect_WebID[] = "iSelect/1.2.0";
const char iSelect_PlainID[] = "1.2.0";
#endif
|