diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-23 22:50:20 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-23 22:50:20 +0000 |
commit | 66f5264a2eeed0c248cc2ab2488a6b2e4b80b6a8 (patch) | |
tree | d5a3ef8e365e8c891eae885d0f145b2bb1e300e4 /src | |
parent | 0ff4352d7ac3dfc5f9a96fdc06fba6d218f7fbd6 (diff) | |
download | postgresql-66f5264a2eeed0c248cc2ab2488a6b2e4b80b6a8.tar.gz postgresql-66f5264a2eeed0c248cc2ab2488a6b2e4b80b6a8.zip |
Stamp 8.2beta2.REL8_2_BETA2
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)" |