aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-02-07 03:59:30 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-02-07 03:59:30 +0000
commit18b0d7de09ad946ca9221ce49334452c9a056438 (patch)
tree77441dbc8f732546ee1d8263b0bf6bc246976c52
parent98e08d1aa04fc048535b3da2d72789c8c2e06ed1 (diff)
downloadpostgresql-18b0d7de09ad946ca9221ce49334452c9a056438.tar.gz
postgresql-18b0d7de09ad946ca9221ce49334452c9a056438.zip
Fix PG_VERSION_NUM too.
-rw-r--r--src/include/pg_config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index bfea44aa845..f7b4def39c9 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -577,7 +577,7 @@
#define PG_VERSION "8.2.3"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 80202
+#define PG_VERSION_NUM 80203
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"