diff --git a/doc/FAQ b/doc/FAQ index 245846f38f9..764b555c8a5 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -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 @@
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 six to eight months.
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 ""