aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-02 18:23:20 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-02 18:23:20 -0400
commitf30b05b8a468d0240d18251dbf2907793da676ba (patch)
tree09055bb9e3ff60d4cc82076c45001d821980c6ef /src
parent095bcf93a8cdf71b7809877a14f94c9cbf7c47fd (diff)
downloadpostgresql-REL9_2_BETA3.tar.gz
postgresql-REL9_2_BETA3.zip
Stamp 9.2beta3.REL9_2_BETA3
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.win326
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 626e6a81c45..1612b967341 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -548,13 +548,13 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 9.2beta2"
+#define PACKAGE_STRING "PostgreSQL 9.2beta3"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.2beta2"
+#define PACKAGE_VERSION "9.2beta3"
/* PostgreSQL version as a string */
-#define PG_VERSION "9.2beta2"
+#define PG_VERSION "9.2beta3"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90200