File: iselect_version.c

package info (click to toggle)
iselect 1.0.4-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 404 kB
  • ctags: 199
  • sloc: ansic: 1,641; perl: 479; sh: 455; makefile: 155
file content (30 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (2)
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
/* !! This file was automatically generated by NEWVERS !! */

/* for logfiles, etc. */
char iSelect_Version[] =
    "1.0.4 (03-01-1998)";

/* interactive 'hello' string to identify us to the user */
char iSelect_Hello[] = 
    "This is iSelect Version 1.0.4 (03-01-1998)";

/* a GNU --version output */
char iSelect_GNUVersion[] =
    "iSelect Version 1.0.4";

/* a UNIX what(1) id string */
char iSelect_WhatID[] =
    "@(#)iSelect Version 1.0.4 (03-01-1998)";

/* a RCS ident(1) id string */
char iSelect_RCSIdentID[] =
    "$Id: iSelect 1.0.4 03-01-1998 $";

/* a WWW id string */
char iSelect_WebID[] =
    "iSelect/1.0.4";

/* a plain id string */
char iSelect_PlainID[] =
    "1.0.4";