Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 87af721

Browse files
committed
Update version for 7.0.
1 parent d16b706 commit 87af721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/version.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* this file contains the interface to version.c.
55
* Also some parameters.
66
*
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 $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -14,8 +14,8 @@
1414
void ValidatePgVersion(const char *path, char **reason_p);
1515
void SetPgVersion(const char *path, char **reason_p);
1616

17-
#define PG_RELEASE "6"
18-
#define PG_VERSION "6"
17+
#define PG_RELEASE "7"
18+
#define PG_VERSION "0"
1919
#define PG_SUBVERSION "0"
2020

2121
#define PG_VERFILE "PG_VERSION"

0 commit comments

Comments
 (0)