File: slice_vers.pl

package info (click to toggle)
slice 1.3.2-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 724 kB
  • ctags: 472
  • sloc: perl: 3,335; ansic: 3,054; sh: 437; makefile: 248; yacc: 105
file content (33 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
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
32
33
# !! This file was automatically generated by NEWVERS !!

package Vers;

# for logfiles, etc.
$SLICE_Version =
    "1.3.2 (18-02-1998)";

# interactive 'hello' string to identify us to the user
$SLICE_Hello = 
    "This is SLICE Version 1.3.2 (18-02-1998)";

# a GNU --version output
$SLICE_GNUVersion =
    "SLICE Version 1.3.2";

# a UNIX what(1) id string
$SLICE_WhatID =
    "@(#)SLICE Version 1.3.2 (18-02-1998)";

# a RCS ident(1) id string
$SLICE_RCSIdentID =
    "\$Id: SLICE 1.3.2 18-02-1998 \$";

# a WWW id string
$SLICE_WebID =
    "SLICE/1.3.2";

# a plain id string
$SLICE_PlainID =
    "1.3.2";

1;