head 1.6; access; symbols ISELECT_1_4_0:1.6 ISELECT_1_3_1:1.5 ISELECT_1_3_0:1.4 ISELECT_1_2_0:1.1.1.4 ISELECT_1_1_0:1.1.1.3 ISELECT_1_0_4:1.1.1.2 ISELECT_1_0_0:1.1.1.1 vendor:1.1.1; locks; strict; comment @ * @; 1.6 date 2007.07.08.09.28.11; author rse; state Exp; branches; next 1.5; commitid P0IqEKWWbsvcIWos; 1.5 date 2005.10.05.18.37.19; author rse; state Exp; branches; next 1.4; 1.4 date 2004.09.11.15.18.49; author rse; state Exp; branches; next 1.3; 1.3 date 2000.07.25.11.53.25; author rse; state Exp; branches; next 1.2; 1.2 date 2000.07.25.11.44.00; author rse; state Exp; branches; next 1.1; 1.1 date 97.09.17.07.11.45; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 97.09.17.07.11.45; author rse; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 98.01.03.09.09.26; author rse; state Exp; branches; next 1.1.1.3; 1.1.1.3 date 98.04.19.15.39.14; author rse; state Exp; branches; next 1.1.1.4; 1.1.1.4 date 99.03.31.06.50.35; author rse; state Exp; branches; next ; desc @@ 1.6 log @bump up version and copyright information @ text @/* ** iselect_version.c -- Version Information for iSelect (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _ISELECT_VERSION_C_AS_HEADER_ #ifndef _ISELECT_VERSION_C_ #define _ISELECT_VERSION_C_ #define ISELECT_VERSION 0x104200 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; } iselect_version_t; extern iselect_version_t iselect_version; #endif /* _ISELECT_VERSION_C_ */ #else /* _ISELECT_VERSION_C_AS_HEADER_ */ #define _ISELECT_VERSION_C_AS_HEADER_ #include "iselect_version.c" #undef _ISELECT_VERSION_C_AS_HEADER_ iselect_version_t iselect_version = { 0x104200, "1.4.0", "1.4.0 (08-Jul-2007)", "This is iSelect, Version 1.4.0 (08-Jul-2007)", "iSelect 1.4.0 (08-Jul-2007)", "iSelect/1.4.0", "@@(#)iSelect 1.4.0 (08-Jul-2007)", "$Id: shtool,v 1.4 2007/07/08 09:25:29 rse Exp iSelect 1.4.0 (08-Jul-2007) $" }; #endif /* _ISELECT_VERSION_C_AS_HEADER_ */ @ 1.5 log @bump version before release @ text @d11 1 a11 1 #define ISELECT_VERSION 0x103201 d35 8 a42 8 0x103201, "1.3.1", "1.3.1 (05-Oct-2005)", "This is iSelect, Version 1.3.1 (05-Oct-2005)", "iSelect 1.3.1 (05-Oct-2005)", "iSelect/1.3.1", "@@(#)iSelect 1.3.1 (05-Oct-2005)", "$Id: shtool,v 1.3 2005/10/05 18:04:52 rse Exp iSelect 1.3.1 (05-Oct-2005) $" @ 1.4 log @modernize source tree @ text @d11 1 a11 1 #define ISELECT_VERSION 0x103200 d35 8 a42 8 0x103200, "1.3.0", "1.3.0 (11-Sep-2004)", "This is iSelect, Version 1.3.0 (11-Sep-2004)", "iSelect 1.3.0 (11-Sep-2004)", "iSelect/1.3.0", "@@(#)iSelect 1.3.0 (11-Sep-2004)", "$Id: iSelect 1.3.0 (11-Sep-2004) $" @ 1.3 log @Merge in pending changes @ text @d2 2 a3 1 ** iselect_version.c -- Version File (automatically generated and maintained by NEWVERS) d6 1 a6 1 #ifdef AS_HEADER d8 38 a45 23 #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"; a46 1 #endif @ 1.2 log @Merge in pending changes @ text @@ 1.1 log @Initial revision @ text @d1 29 a29 29 /* !! This file was automatically generated by NEWVERS !! */ /* for logfiles, etc. */ char iSelect_Version[] = "1.0.0 (17-09-1997)"; /* interactive 'hello' string to identify us to the user */ char iSelect_Hello[] = "This is iSelect Version 1.0.0 (17-09-1997)"; /* a GNU --version output */ char iSelect_GNUVersion[] = "iSelect Version 1.0.0"; /* a UNIX what(1) id string */ char iSelect_WhatID[] = "@@(#)iSelect Version 1.0.0 (17-09-1997)"; /* a RCS ident(1) id string */ char iSelect_RCSIdentID[] = "$Id: iSelect 1.0.0 17-09-1997 $"; /* a WWW id string */ char iSelect_WebID[] = "iSelect/1.0.0"; /* a plain id string */ char iSelect_PlainID[] = "1.0.0"; d31 1 @ 1.1.1.1 log @Import iSelect 1.0.0 @ text @@ 1.1.1.2 log @Import iSelect 1.0.4 @ text @d5 1 a5 1 "1.0.4 (03-01-1998)"; d9 1 a9 1 "This is iSelect Version 1.0.4 (03-01-1998)"; d13 1 a13 1 "iSelect Version 1.0.4"; d17 1 a17 1 "@@(#)iSelect Version 1.0.4 (03-01-1998)"; d21 1 a21 1 "$Id: iSelect 1.0.4 03-01-1998 $"; d25 1 a25 1 "iSelect/1.0.4"; d29 1 a29 1 "1.0.4"; @ 1.1.1.3 log @Import iSelect 1.1.0 @ text @d5 1 a5 1 "1.1.0 (19-04-1998)"; d9 1 a9 1 "This is iSelect Version 1.1.0 (19-04-1998)"; d13 1 a13 1 "iSelect Version 1.1.0"; d17 1 a17 1 "@@(#)iSelect Version 1.1.0 (19-04-1998)"; d21 1 a21 1 "$Id: iSelect 1.1.0 19-04-1998 $"; d25 1 a25 1 "iSelect/1.1.0"; d29 1 a29 1 "1.1.0"; @ 1.1.1.4 log @Import iSelect 1.2.0 @ text @d1 29 a29 29 /* ** 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"; a30 1 #endif @