aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-24 05:23:14 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-24 05:23:14 +0000
commit246f47fdf0c0cdf68a0709ff3042ab1a7d77d3a7 (patch)
treebf42207d070d3360f24b6566e8c9256730a9fae3 /src/include
parenta1fe85d74928701d6d787683b3b0b36482e7abea (diff)
downloadpostgresql-246f47fdf0c0cdf68a0709ff3042ab1a7d77d3a7.tar.gz
postgresql-246f47fdf0c0cdf68a0709ff3042ab1a7d77d3a7.zip
Update version for UNKNOWN regression fix.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/catversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 2cf6204ecbc..e2409137bc0 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.124 2002/04/24 03:09:09 momjian Exp $
+ * $Id: catversion.h,v 1.125 2002/04/24 05:23:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200204232
+#define CATALOG_VERSION_NO 200204241
#endif