File: version.c

package info (click to toggle)
spider 1.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 852 kB
  • ctags: 1,229
  • sloc: ansic: 6,250; makefile: 839; sh: 9
file content (20 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *	Spider
 *
 *	(c) Copyright 1989, Donald R. Woods and Sun Microsystems, Inc.
 *	(c) Copyright 1990, David Lemke and Network Computing Devices Inc.
 *
 *	See copyright.h for the terms of the copyright.
 *
 *	@(#)version.c	2.1	90/04/25
 *
 */

/*
 * Using the version number to reflect a patch level as well.  For patch to
 * succeed, it must have a space before and after the string to match.
 * In the case below, add the line Prereq: "1.0.1" to the next patch to be
 * sure patches are installed in the correct order.
 */
char	*version = "1.1" ;
char	*build_date = DATE;