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

Commit f1bfc52

Browse files
committed
We never do remember to up the PG_VERSION number, do we? :(
1 parent 4aab22f commit f1bfc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/version.h

+2-2
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-
* $Id: version.h,v 1.4 1997/09/08 02:33:57 momjian Exp $
7+
* $Id: version.h,v 1.5 1997/10/03 17:31:29 scrappy Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -18,7 +18,7 @@ void
1818
SetPgVersion(const char *path, char **reason_p);
1919

2020
#define PG_RELEASE 6
21-
#define PG_VERSION 1
21+
#define PG_VERSION 2
2222
#define PG_VERFILE "PG_VERSION"
2323

2424
#endif

0 commit comments

Comments
 (0)