diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-04-19 22:23:31 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-04-19 22:23:31 +0000 |
commit | c0a562287bf472a3adf0731aea2c009cd58df36f (patch) | |
tree | 5bfaa93564e3b31e08a89340d2ee3bfd6bd85008 | |
parent | 7fc2507f7c656eb253f0791f62d0f631d3d24957 (diff) | |
download | postgresql-c0a562287bf472a3adf0731aea2c009cd58df36f.tar.gz postgresql-c0a562287bf472a3adf0731aea2c009cd58df36f.zip |
Fix missed PACKAGE_STRING.
-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 e5176946dce..ccfc064b148 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,7 +568,7 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2.3" +#define PACKAGE_STRING "PostgreSQL 8.2.4" /* Define to the version of this package. */ #define PACKAGE_VERSION "8.2.4" |