Up version to force initdb to fix regression problems.

This commit is contained in:
Bruce Momjian 2001-05-10 22:39:24 +00:00
parent 8a4a8027eb
commit 07dfc6970a
1 changed files with 2 additions and 2 deletions

View File

@ -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.71 2001/05/07 00:43:24 tgl Exp $
* $Id: catversion.h,v 1.72 2001/05/10 22:39:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 200105051
#define CATALOG_VERSION_NO 200105101
#endif