diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2011-02-08 19:44:50 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2011-02-08 19:44:50 +0000 |
commit | 7a7d36ec3363d10e0450209a9b451d86a2328b47 (patch) | |
tree | ecf15ed26a886d9a97d357b0f403f2253223c2bb /src | |
parent | c016ce728139be95bb0dc7c4e5640507334c2339 (diff) | |
download | postgresql-7a7d36ec3363d10e0450209a9b451d86a2328b47.tar.gz postgresql-7a7d36ec3363d10e0450209a9b451d86a2328b47.zip |
Continue long tradition of bumping the catalog version a little late.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 799fd5019e5..98086c91489 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201102081 +#define CATALOG_VERSION_NO 201102082 #endif |