We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755c00a commit be1d471Copy full SHA for be1d471
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.1 1998/04/29 12:39:21 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.2 1998/06/09 22:59:04 momjian Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -15,8 +15,8 @@ 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 "3"
19
-#define PG_SUBVERSION "2"
+#define PG_VERSION "4"
+#define PG_SUBVERSION "0"
20
21
#define PG_VERFILE "PG_VERSION"
22
0 commit comments