update files for beta3

This commit is contained in:
Marc G. Fournier 2007-11-16 04:29:45 +00:00
parent fb8b38e4bf
commit 2a174e45dd
4 changed files with 8718 additions and 9572 deletions

18278
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.536 2007/11/13 00:13:19 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.537 2007/11/16 04:29:45 scrappy Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
dnl
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [8.3beta2], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [8.3beta3], [pgsql-bugs@postgresql.org])
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group])

View File

@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) :
PostgreSQL version (example: PostgreSQL 8.3beta2) : PostgreSQL 8.3beta2
PostgreSQL version (example: PostgreSQL 8.3beta3) : PostgreSQL 8.3beta3
Compiler used (example: gcc 3.3.5) :

View File

@ -566,13 +566,13 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 8.3beta2"
#define PACKAGE_STRING "PostgreSQL 8.3beta3"
/* Define to the version of this package. */
#define PACKAGE_VERSION "8.3beta2"
#define PACKAGE_VERSION "8.3beta3"
/* PostgreSQL version as a string */
#define PG_VERSION "8.3beta2"
#define PG_VERSION "8.3beta3"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 80300