head 1.5; access; symbols ePerl_2_2_14:1.1.1.1 RSE:1.1.1; locks; strict; comment @ * @; expand @o@; 1.5 date 2000.07.03.08.34.55; author rse; state Exp; branches; next 1.4; 1.4 date 99.06.12.15.16.29; author rse; state Exp; branches; next 1.3; 1.3 date 99.05.02.15.21.07; author rse; state Exp; branches; next 1.2; 1.2 date 99.05.02.15.01.13; author rse; state Exp; branches; next 1.1; 1.1 date 99.05.02.14.43.38; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.05.02.14.43.38; author rse; state Exp; branches; next ; desc @@ 1.5 log @*** empty log message *** @ text @/* ** eperl_version.c -- Version Information for ePerl (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _EPERL_VERSION_C_AS_HEADER_ #ifndef _EPERL_VERSION_C_ #define _EPERL_VERSION_C_ #define EPERL_VERSION 0x203200 typedef struct { const int v_hex; const char *v_short; const char *v_long; const char *v_tex; const char *v_gnu; const char *v_web; const char *v_sccs; const char *v_rcs; } eperl_version_t; extern eperl_version_t eperl_version; #endif /* _EPERL_VERSION_C_ */ #else /* _EPERL_VERSION_C_AS_HEADER_ */ #define _EPERL_VERSION_C_AS_HEADER_ #include "eperl_version.c" #undef _EPERL_VERSION_C_AS_HEADER_ eperl_version_t eperl_version = { 0x203200, "2.3.0", "2.3.0 (03-Jul-2000)", "This is ePerl, Version 2.3.0 (03-Jul-2000)", "ePerl 2.3.0 (03-Jul-2000)", "ePerl/2.3.0", "@@(#)ePerl 2.3.0 (03-Jul-2000)", "$Id: ePerl 2.3.0 (03-Jul-2000) $" }; #endif /* _EPERL_VERSION_C_AS_HEADER_ */ @ 1.4 log @*** empty log message *** @ text @d2 2 a3 2 ** eperl_version.c -- Version Information ** [automatically generated and maintained by shtool] d6 1 a6 1 #ifdef _AS_HEADER d8 38 a45 23 #ifndef _EPERL_VERSION_C #define _EPERL_VERSION_C #define ePerl_VERSION 0x203200 extern const int ePerl_Version; extern const char ePerl_VersionStr[]; extern const char ePerl_Hello[]; extern const char ePerl_GNUVersion[]; extern const char ePerl_WhatID[]; extern const char ePerl_RCSIdentID[]; extern const char ePerl_WebID[]; extern const char ePerl_PlainID[]; #endif /* _EPERL_VERSION_C */ #else const int ePerl_Version = 0x203200; const char ePerl_VersionStr[] = "2.3.0 (12-Jun-1999)"; const char ePerl_Hello[] = "This is ePerl Version 2.3.0 (12-Jun-1999)"; const char ePerl_GNUVersion[] = "ePerl Version 2.3.0"; const char ePerl_WhatID[] = "@@(#)ePerl Version 2.3.0 (12-Jun-1999)"; const char ePerl_RCSIdentID[] = "$Id: shtool,v 1.2 1999/06/12 15:14:31 rse Exp $"; const char ePerl_WebID[] = "ePerl/2.3.0"; const char ePerl_PlainID[] = "2.3.0"; a46 1 #endif @ 1.3 log @*** empty log message *** @ text @d2 2 a3 1 ** eperl_version.c -- Version File (automatically generated and maintained by shtool) d6 1 a6 1 #ifdef AS_HEADER d8 2 a9 2 #ifndef EPERL_VERSION_C #define EPERL_VERSION_C d19 1 a19 1 #endif d24 2 a25 2 const char ePerl_VersionStr[] = "2.3.0 (02-May-1999)"; const char ePerl_Hello[] = "This is ePerl Version 2.3.0 (02-May-1999)"; d27 2 a28 2 const char ePerl_WhatID[] = "@@(#)ePerl Version 2.3.0 (02-May-1999)"; const char ePerl_RCSIdentID[] = "$Id: ePerl 2.3.0 02-May-1999 $"; @ 1.2 log @*** empty log message *** @ text @d1 29 a29 29 /* !! This file was automatically generated by NEWVERS !! */ /* for logfiles, etc. */ char ePerl_Version[] = "2.3.0 (02-05-1999)"; /* interactive 'hello' string to identify us to the user */ char ePerl_Hello[] = "This is ePerl Version 2.3.0 (02-05-1999)"; /* a GNU --version output */ char ePerl_GNUVersion[] = "ePerl Version 2.3.0"; /* a UNIX what(1) id string */ char ePerl_WhatID[] = "@@(#)ePerl Version 2.3.0 (02-05-1999)"; /* a RCS ident(1) id string */ char ePerl_RCSIdentID[] = "$Id: ePerl 2.3.0 02-05-1999 $"; /* a WWW id string */ char ePerl_WebID[] = "ePerl/2.3.0"; /* a plain id string */ char ePerl_PlainID[] = "2.3.0"; d31 1 @ 1.1 log @Initial revision @ text @d5 1 a5 1 "2.2.14 (02-08-1998)"; d9 1 a9 1 "This is ePerl Version 2.2.14 (02-08-1998)"; d13 1 a13 1 "ePerl Version 2.2.14"; d17 1 a17 1 "@@(#)ePerl Version 2.2.14 (02-08-1998)"; d21 1 a21 1 "$Id: ePerl 2.2.14 02-08-1998 $"; d25 1 a25 1 "ePerl/2.2.14"; d29 1 a29 1 "2.2.14"; @ 1.1.1.1 log @Import of ePerl 2.2.14 @ text @@