Commit 2a174e45 authored by Marc G. Fournier's avatar Marc G. Fournier

parent fb8b38e4
This diff is collapsed.
dnl Process this file with autoconf to produce a configure script. 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
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. ...@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
dnl dnl
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros 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_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group]) AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group])
......
...@@ -31,7 +31,7 @@ System Configuration: ...@@ -31,7 +31,7 @@ System Configuration:
Operating System (example: Linux 2.4.18) : 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) : Compiler used (example: gcc 3.3.5) :
......
...@@ -566,13 +566,13 @@ ...@@ -566,13 +566,13 @@
#define PACKAGE_NAME "PostgreSQL" #define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */ /* 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 to the version of this package. */
#define PACKAGE_VERSION "8.3beta2" #define PACKAGE_VERSION "8.3beta3"
/* PostgreSQL version as a string */ /* PostgreSQL version as a string */
#define PG_VERSION "8.3beta2" #define PG_VERSION "8.3beta3"
/* PostgreSQL version as a number */ /* PostgreSQL version as a number */
#define PG_VERSION_NUM 80300 #define PG_VERSION_NUM 80300
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment