diff options
| author | Tom Lane | 2012-09-19 21:53:08 +0000 |
|---|---|---|
| committer | Tom Lane | 2012-09-19 21:53:08 +0000 |
| commit | 22cdae947b8af9624ee4571ef4b1b726a774d128 (patch) | |
| tree | 3430446af9bea07d5753071cf65bb2b8538ea1de /src/include | |
| parent | 605172a7223be2683505992157dae49ce98f3d05 (diff) | |
Stamp 9.0.10.REL9_0_10
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 2844f6ff706..72aac7c4e56 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -560,16 +560,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.0.9" +#define PACKAGE_STRING "PostgreSQL 9.0.10" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.0.9" +#define PACKAGE_VERSION "9.0.10" /* PostgreSQL version as a string */ -#define PG_VERSION "9.0.9" +#define PG_VERSION "9.0.10" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90009 +#define PG_VERSION_NUM 90010 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |
