]> andersk Git - splint.git/blob - src/Headers/version.h
Updated libary version number.
[splint.git] / src / Headers / version.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 */
5 /*
6 **  version.h
7 */
8
9 # ifndef VERSION_H
10 # define VERSION_H
11
12 /*
13 ** Minimum version with compatible libraries.
14 */
15
16 /*@constant float SPLINT_LIBVERSION; @*/
17 # define SPLINT_LIBVERSION 3.018
18
19 /*@constant observer char *SPLINT_MAINTAINER; @*/
20 # define SPLINT_MAINTAINER "splint-bug@splint.org"
21
22 # else
23 # error "Multiple include"
24 # endif
25
26
27
This page took 0.044935 seconds and 5 git commands to generate.