diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-03-10 13:53:35 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-03-10 13:53:35 +0000 |
commit | 0a6630378154e3a2a7dc6b242131c6337f210ca3 (patch) | |
tree | 189898873e670d7c9291214ef5f79e8110d5cc35 | |
parent | 9d966c2e3249e68ef89506b373dfe6d645bd45ae (diff) | |
download | postgresql-0a6630378154e3a2a7dc6b242131c6337f210ca3.tar.gz postgresql-0a6630378154e3a2a7dc6b242131c6337f210ca3.zip |
Bump catversion from guc enum patch, which I forgot. Sorry!
-rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 278c31994e1..72afc363601 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.441 2008/01/01 19:45:56 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.442 2008/03/10 13:53:35 mha Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200711281 +#define CATALOG_VERSION_NO 200803101 #endif |