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

Commit be1d471

Browse files
committed
Now 6.4.
1 parent 755c00a commit be1d471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/version.h.in

+3-3
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.1 1998/04/29 12:39:21 scrappy Exp $
7+
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.2 1998/06/09 22:59:04 momjian Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -15,8 +15,8 @@ void ValidatePgVersion(const char *path, char **reason_p);
1515
void SetPgVersion(const char *path, char **reason_p);
1616

1717
#define PG_RELEASE "6"
18-
#define PG_VERSION "3"
19-
#define PG_SUBVERSION "2"
18+
#define PG_VERSION "4"
19+
#define PG_SUBVERSION "0"
2020

2121
#define PG_VERFILE "PG_VERSION"
2222

0 commit comments

Comments
 (0)