We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aab22f commit f1bfc52Copy full SHA for f1bfc52
src/include/version.h
@@ -4,7 +4,7 @@
4
* this file contains the interface to version.c.
5
* Also some parameters.
6
*
7
- * $Id: version.h,v 1.4 1997/09/08 02:33:57 momjian Exp $
+ * $Id: version.h,v 1.5 1997/10/03 17:31:29 scrappy Exp $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -18,7 +18,7 @@ void
18
SetPgVersion(const char *path, char **reason_p);
19
20
#define PG_RELEASE 6
21
-#define PG_VERSION 1
+#define PG_VERSION 2
22
#define PG_VERFILE "PG_VERSION"
23
24
#endif
0 commit comments