aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-05-31 19:16:55 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-05-31 19:16:55 -0400
commit4bec93ac0f8341ee150d96ad5d2324f477adbfe8 (patch)
tree11408352860e4817d3cd50433efe14284b7de645 /src
parent51ecf52c0137f694816dcd59e140c89f2ba7f283 (diff)
downloadpostgresql-4bec93ac0f8341ee150d96ad5d2324f477adbfe8.tar.gz
postgresql-4bec93ac0f8341ee150d96ad5d2324f477adbfe8.zip
Stamp 9.2beta2.REL9_2_BETA2
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 614c1e49cfe..626e6a81c45 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.2beta1"
+#define PACKAGE_STRING "PostgreSQL 9.2beta2"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.2beta1"
+#define PACKAGE_VERSION "9.2beta2"
/* PostgreSQL version as a string */
-#define PG_VERSION "9.2beta1"
+#define PG_VERSION "9.2beta2"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90200