|
4 | 4 | * this file contains the interface to version.c.
|
5 | 5 | * Also some parameters.
|
6 | 6 | *
|
7 |
| - * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.7 1999/07/18 18:06:40 momjian Exp $ |
| 7 | + * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.8 1999/11/01 02:33:32 momjian Exp $ |
8 | 8 | *
|
9 | 9 | *-------------------------------------------------------------------------
|
10 | 10 | */
|
|
14 | 14 | voidValidatePgVersion(constchar*path,char**reason_p);
|
15 | 15 | voidSetPgVersion(constchar*path,char**reason_p);
|
16 | 16 |
|
17 |
| -#definePG_RELEASE"6" |
18 |
| -#definePG_VERSION"6" |
| 17 | +#definePG_RELEASE"7" |
| 18 | +#definePG_VERSION"0" |
19 | 19 | #definePG_SUBVERSION"0"
|
20 | 20 |
|
21 | 21 | #definePG_VERFILE"PG_VERSION"
|
|