summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.win32
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-06-11 17:46:49 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-06-11 17:46:49 -0400
commitc9627922115a56cfd1bc966b62108efba581662c (patch)
treed652e81553d820b83101737cb10ede17eec4a035 /src/include/pg_config.h.win32
parenta4bebdd92624e018108c2610fc3f2c1584b6c687 (diff)
downloadpostgresql-c9627922115a56cfd1bc966b62108efba581662c.tar.gz
Stamp HEAD as 9.2devel.
Diffstat (limited to 'src/include/pg_config.h.win32')
-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 ba860ee6d2..e9a04f66db 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -569,16 +569,16 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 9.1beta2"
+#define PACKAGE_STRING "PostgreSQL 9.2devel"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.1beta2"
+#define PACKAGE_VERSION "9.2devel"
/* PostgreSQL version as a string */
-#define PG_VERSION "9.1beta2"
+#define PG_VERSION "9.2devel"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 90100
+#define PG_VERSION_NUM 90200
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"