diff --git a/HISTORY b/HISTORY index 6b4d6b0022..214f86d33e 100644 --- a/HISTORY +++ b/HISTORY @@ -3,7 +3,7 @@ ------------------------------------------------------------------------ -Release 7.1 (2001-??-??) +Release 7.1 (2001-04-13) This release focuses on removing limitations that have existed in the diff --git a/README b/README index 4d82f48d8a..b8e78e8429 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ PostgreSQL Data Base Management System (formerly known as Postgres, then as Postgres95). -This directory contains the development version of 7.1 of the -PostgreSQL database server. The server is not ANSI SQL compliant, but -it gets closer with every release. After you unzip and untar the +This directory contains the development version of 7.1.1 of the +PostgreSQL database server. The server is not 100% ANSI SQL compliant, +but it gets closer with every release. After you unzip and untar the distribution file, look at file INSTALL for the installation notes and file HISTORY for the changes. diff --git a/configure.in b/configure.in index 5b475227ec..8f09195d48 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h) AC_PREREQ(2.13) AC_CONFIG_AUX_DIR(config) -VERSION='7.1' +VERSION='7.1.1' AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION") diff --git a/doc/bug.template b/doc/bug.template index 0474b58b0e..892e39bb02 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -27,9 +27,9 @@ System Configuration Operating System (example: Linux 2.0.26 ELF) : - PostgreSQL version (example: PostgreSQL-7.1): PostgreSQL-7.1 + PostgreSQL version (example: PostgreSQL-7.1.1): PostgreSQL-7.1.1 - Compiler used (example: gcc 2.8.0) : + Compiler used (example: gcc 2.95.2) : Please enter a FULL description of your problem: diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 547e12d2cb..ef2e95d545 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,7 +10,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 mom Release date - 2001-??-?? + 2001-04-13