summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane2012-09-19 21:53:08 +0000
committerTom Lane2012-09-19 21:53:08 +0000
commit22cdae947b8af9624ee4571ef4b1b726a774d128 (patch)
tree3430446af9bea07d5753071cf65bb2b8538ea1de /src/include
parent605172a7223be2683505992157dae49ce98f3d05 (diff)
Stamp 9.0.10.REL9_0_10
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.win328
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"