OSDN Git Service

clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0
[pg-rex/syncrep.git] / src / include / version.h
1 /*-------------------------------------------------------------------------
2  *
3  * version.h--
4  *    this file contains the interface to version.c.
5  *    Also some parameters.
6  *
7  * $Id: version.h,v 1.2 1997/04/26 05:07:12 scrappy Exp $
8  *
9  *-------------------------------------------------------------------------
10  */
11 #ifndef VERSION_H
12 #define VERSION_H
13
14 void
15 ValidatePgVersion(const char *path, char **reason_p);
16
17 void
18 SetPgVersion(const char *path, char **reason_p);
19
20 #define PG_RELEASE      6
21 #define PG_VERSION      1
22 #define PG_VERFILE      "PG_VERSION"
23
24 #endif