]> andersk Git - splint.git/blame - src/Headers/version.h
Fixed loading of rc files, warnrc and showscan.
[splint.git] / src / Headers / version.h
CommitLineData
885824d3 1/*
28bf4b0b 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
885824d3 3** See ../LICENSE for license information.
4*/
5/*
6** version.h
7*/
8
9# ifndef VERSION_H
10# define VERSION_H
11
12/*@constant observer char *LCLINT_MAINTAINER; @*/
13# define LCLINT_MAINTAINER "lclint-bug@cs.virginia.edu"
14
15/*@constant observer char *CPP_VERSION;@*/
16# define CPP_VERSION "cygnus-2.7.2-970404"
17
18# else
19# error "Multiple include"
20# endif
21
22
23
This page took 0.059186 seconds and 5 git commands to generate.