diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index f6c3855bb41..8bba8c953db 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -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