Update catversion for ipv6 addition.

This commit is contained in:
Bruce Momjian 2003-06-25 01:26:16 +00:00
parent eaef65f68e
commit d57d000627

View File

@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: catversion.h,v 1.199 2003/06/22 22:04:55 tgl Exp $
* $Id: catversion.h,v 1.200 2003/06/25 01:26:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 200306221
#define CATALOG_VERSION_NO 200306241
#endif