From: Bruce Momjian Date: Thu, 10 May 2001 22:39:24 +0000 (+0000) Subject: Up version to force initdb to fix regression problems. X-Git-Tag: REL7_2_BETA1~1321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07dfc6970a11b42c1f229b1d409d7db29f4bbbe1;p=postgresql Up version to force initdb to fix regression problems. --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 832f91fb09..e0ecbb13d9 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.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