diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 03b766bf2d6..c760be2134c 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,24 +568,24 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2beta1" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "postgresql" +#define PACKAGE_STRING "PostgreSQL 8.2beta2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2beta1" - -/* Define to the name of the default PostgreSQL service principal in Kerberos. - (--with-krb-srvnam=NAME) */ -#define PG_KRB_SRVNAM "postgres" +#define PACKAGE_VERSION "8.2beta2" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2beta1" +#define PG_VERSION "8.2beta2" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80200 +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "postgresql" + +/* Define to the name of the default PostgreSQL service principal in Kerberos. + (--with-krb-srvnam=NAME) */ +#define PG_KRB_SRVNAM "postgres" + /* A string containing the version number, platform, and C compiler */ #define PG_VERSION_STR "Uninitialized version string (win32)" |