1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Stamp 8.2beta2.

This commit is contained in:
Tom Lane
2006-10-23 22:50:20 +00:00
parent 0ff4352d7a
commit 66f5264a2e
4 changed files with 22 additions and 22 deletions

View File

@ -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 PACKAGE_STRING "PostgreSQL 8.2beta2"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.2beta2"
/* PostgreSQL version as a string */
#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 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"
/* PostgreSQL version as a string */
#define PG_VERSION "8.2beta1"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 80200
/* A string containing the version number, platform, and C compiler */
#define PG_VERSION_STR "Uninitialized version string (win32)"