diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-02-11 16:28:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-02-11 16:28:56 +0000 |
commit | 85d8ee846b6b645cdf07d948aabc807aa755deac (patch) | |
tree | 8cc8c94cfc1be8a5377df84935b73e1ee6063065 /src | |
parent | 642c8cc4709b61481f19f622939ef489593777f7 (diff) | |
download | postgresql-85d8ee846b6b645cdf07d948aabc807aa755deac.tar.gz postgresql-85d8ee846b6b645cdf07d948aabc807aa755deac.zip |
Update catalog version for INET additions.
Diffstat (limited to 'src')
-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 7887bdb8aa1..dd9dd248665 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.313 2006/01/26 02:35:49 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.314 2006/02/11 16:28:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200601251 +#define CATALOG_VERSION_NO 200602111 #endif |