From 246f47fdf0c0cdf68a0709ff3042ab1a7d77d3a7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Apr 2002 05:23:14 +0000 Subject: [PATCH] Update version for UNKNOWN regression fix. --- src/include/catalog/catversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 2cf6204ecb..e2409137bc 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 -- 2.40.0