summaryrefslogtreecommitdiff
path: root/src/include/version.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-04-26 04:12:15 +0000
committerBruce Momjian <bruce@momjian.us>1998-04-26 04:12:15 +0000
commit0d203b745d4fa4b78010c4cdb3c59d052a10614c (patch)
treea1413ce56d9cd59d8d611ee425374b51532fc0b4 /src/include/version.h
parent9260d4b44078fdfafa27fd568eed37ac6b9870fa (diff)
downloadpostgresql-0d203b745d4fa4b78010c4cdb3c59d052a10614c.tar.gz
Re-apply Darren's char2-16 removal code.
Diffstat (limited to 'src/include/version.h')
-rw-r--r--src/include/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/version.h b/src/include/version.h
index b00bd150ba..71511056d6 100644
--- a/src/include/version.h
+++ b/src/include/version.h
@@ -4,7 +4,7 @@
* this file contains the interface to version.c.
* Also some parameters.
*
- * $Id: version.h,v 1.7 1997/10/30 22:09:04 momjian Exp $
+ * $Id: version.h,v 1.8 1998/04/26 04:08:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
-#define PG_VERSION 3
+#define PG_VERSION 4
#define PG_VERFILE "PG_VERSION"
#endif