We never do remember to up the PG_VERSION number, do we? :(

This commit is contained in:
Marc G. Fournier 1997-10-03 17:31:29 +00:00
parent 4aab22fcda
commit f1bfc520c0
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* this file contains the interface to version.c.
* Also some parameters.
*
* $Id: version.h,v 1.4 1997/09/08 02:33:57 momjian Exp $
* $Id: version.h,v 1.5 1997/10/03 17:31:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -18,7 +18,7 @@ void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
#define PG_VERSION 1
#define PG_VERSION 2
#define PG_VERFILE "PG_VERSION"
#endif