]> andersk Git - splint.git/blobdiff - src/Headers/version.h
Updated libary version number.
[splint.git] / src / Headers / version.h
index ff60553b1595074d66b6605c859a7fcbf1311a5e..c7c6cd763b190e3d03277dea72bc9afce50b56ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 */
 /*
@@ -9,11 +9,15 @@
 # ifndef VERSION_H
 # define VERSION_H
 
-/*@constant observer char *LCLINT_MAINTAINER; @*/
-# define LCLINT_MAINTAINER "lclint-bug@cs.virginia.edu"
+/*
+** Minimum version with compatible libraries.
+*/
+
+/*@constant float SPLINT_LIBVERSION; @*/
+# define SPLINT_LIBVERSION 3.018
 
-/*@constant observer char *CPP_VERSION;@*/
-# define CPP_VERSION "cygnus-2.7.2-970404"
+/*@constant observer char *SPLINT_MAINTAINER; @*/
+# define SPLINT_MAINTAINER "splint-bug@splint.org"
 
 # else
 # error "Multiple include"
This page took 0.050404 seconds and 4 git commands to generate.