File: patchlevel.h

package info (click to toggle)
inn 1%3A1.7.2-16
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,244 kB
  • ctags: 3,375
  • sloc: ansic: 37,555; perl: 11,328; sh: 4,043; makefile: 2,045; awk: 1,567; yacc: 685; tcl: 85; csh: 70
file content (28 lines) | stat: -rw-r--r-- 504 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
/*
 * $Revision: 1.22 $
 */


/*
**  If you make local modifications to INN, change this line as needed:
*/
#define LOCAL_STRING	"Debian"


/*
**  Try to avoid changing these.
*/
#define RELEASE "1"
#define PATCHLEVEL "7.2"
#define DATE "08-Dec-1997"


/*
**  See lib/innvers.c, but the version string should look like this:
**	INN ${RELEASE}.${PATCHLEVEL} ${DATE} (${LOCAL_STRING})
**  for example:
**	INN 1.0 10-Feb-92 (FOO.COM)
*/
#define RELEASE_C 1
#define PATCHLEVEL_C 7
#define SUB_PATCHLEVEL_C 1