postgresql/src/include/version.h
Marc G. Fournier c2ae467300 clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0
Remove bin/Makefile.global since it wasn't actually *doing* anything
that Makefile.global hadn't already done
1997-04-26 05:07:12 +00:00

25 lines
553 B
C

/*-------------------------------------------------------------------------
*
* version.h--
* this file contains the interface to version.c.
* Also some parameters.
*
* $Id: version.h,v 1.2 1997/04/26 05:07:12 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VERSION_H
#define VERSION_H
void
ValidatePgVersion(const char *path, char **reason_p);
void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
#define PG_VERSION 1
#define PG_VERFILE "PG_VERSION"
#endif