File: version.h

package info (click to toggle)
rdist 6.1.5-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 880 kB
  • ctags: 1,523
  • sloc: ansic: 8,329; sh: 553; yacc: 489; perl: 117; makefile: 65
file content (33 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (8)
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
/*
 * Copyright (c) 1992-1998 Michael A. Cooper.
 * This software may be freely used and distributed provided it is not
 * sold for profit or used in part or in whole for commercial gain
 * without prior written agreement, and the author is credited
 * appropriately.
 */

/*
 * $Id: version.h,v 6.33 1998/11/10 04:25:51 mcooper Exp $
 */

/*
 * The rdist protocol version number.  This should be changed
 * whenever the protocol changes.
 */
#define VERSION			6

/*
 * Distribution version.  The major distribution number should match
 * the protocol version number (VERSION) defined above.
 */
#define DISTVERSION		"6.1"

/*
 * Patch level
 */
#define PATCHLEVEL 		5

/*
 * Distribution status
 */
#define DISTSTATUS		"RELEASE"