diff options
-rw-r--r-- | doc/FAQ | 2 | ||||
-rw-r--r-- | doc/bug.template | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -246,7 +246,7 @@ 1.7) What is the latest release? - The latest release of PostgreSQL is version 8.1.4. + The latest release of PostgreSQL is version 8.1.5. We plan to have major releases every four months. diff --git a/doc/bug.template b/doc/bug.template index 8b3ec1af2e9..8aa7a33b8a4 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -31,7 +31,7 @@ System Configuration: Operating System (example: Linux 2.4.18) : - PostgreSQL version (example: PostgreSQL 7.3.15): PostgreSQL 7.3.15 + PostgreSQL version (example: PostgreSQL 7.3.16): PostgreSQL 7.3.16 Compiler used (example: gcc 3.3.5) : diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index a3a43884dfa..b62bf4439fc 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -323,7 +323,7 @@ <H4><A name="1.7">1.7</A>) What is the latest release?</H4> - <P>The latest release of PostgreSQL is version 8.1.4.</P> + <P>The latest release of PostgreSQL is version 8.1.5.</P> <P>We plan to have major releases every six to eight months.</P> diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 9e7bcc4132f..ead6f5cb44c 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -3,8 +3,8 @@ /* * Parts of pg_config.h that you get with autoconf on other systems */ -#define PG_VERSION "7.3.15" -#define PG_VERSION_STR "7.3.15 (win32)" +#define PG_VERSION "7.3.16" +#define PG_VERSION_STR "7.3.16 (win32)" #define SYSCONFDIR "" |