diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 14:05:52 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 14:05:52 +0000 |
commit | d915af072fe5223107c4d969cc9189a079f204a4 (patch) | |
tree | 7e1821b8de7bbba7e6ada1057f760f32f5ecb13c /src | |
parent | 7e82fa8b7a0be21201720b668e77a7a04b07d816 (diff) | |
download | postgresql-d915af072fe5223107c4d969cc9189a079f204a4.tar.gz postgresql-d915af072fe5223107c4d969cc9189a079f204a4.zip |
Fix missed version-stamping.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 4f5e4af4f6c..7e0c5e27554 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -577,7 +577,7 @@ #define PG_VERSION "8.2.5" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80204 +#define PG_VERSION_NUM 80205 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |