We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16b706 commit 87af721Copy full SHA for 87af721
src/include/version.h.in
@@ -4,7 +4,7 @@
4
* this file contains the interface to version.c.
5
* Also some parameters.
6
*
7
- * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.7 1999/07/18 18:06:40 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.8 1999/11/01 02:33:32 momjian Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -14,8 +14,8 @@
14
void ValidatePgVersion(const char *path, char **reason_p);
15
void SetPgVersion(const char *path, char **reason_p);
16
17
-#define PG_RELEASE "6"
18
-#define PG_VERSION "6"
+#define PG_RELEASE "7"
+#define PG_VERSION "0"
19
#define PG_SUBVERSION "0"
20
21
#define PG_VERFILE "PG_VERSION"
0 commit comments