File: version.h

package info (click to toggle)
fidogate 4.2.8-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,800 kB
  • ctags: 2,844
  • sloc: ansic: 22,020; perl: 2,885; sh: 1,551; yacc: 671; makefile: 585
file content (24 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*:ts=8*/
/*****************************************************************************
 * FIDOGATE --- Gateway software UNIX Mail/News <-> FIDO NetMail/EchoMail
 *
 * $Id: version.h,v 4.23 1997/10/26 17:50:08 mj Exp $
 *
 * Global version number, patch level
 *****************************************************************************/

#define VERSION		"REVISION: 4.2 "
#define STATE		"STATE: release "


#define PATCHLEVEL	8

/*
 * If uncommented, put "ALPHAn" after version id
 */
/*#define ALPHA		0*/

/*
 * If uncommented, put "BETAn" after version id
 */
/*#define BETA		0*/