diff --git a/doc/FAQ b/doc/FAQ index 21239e82cd0..d43b8f73f0b 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -182,7 +182,7 @@ 1.7) What is the latest release? - The latest release of PostgreSQL is version 8.2.4. + The latest release of PostgreSQL is version 8.2.5. We plan to have a major release every year, with minor releases every few months. diff --git a/doc/bug.template b/doc/bug.template index dcafb356333..6c00b3cdc89 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 8.0.13): PostgreSQL 8.0.13 + PostgreSQL version (example: PostgreSQL 8.0.14): PostgreSQL 8.0.14 Compiler used (example: gcc 3.3.5) : diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index a6f462fcbc8..64e5826ef81 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -235,7 +235,7 @@
The latest release of PostgreSQL is version 8.2.4.
+The latest release of PostgreSQL is version 8.2.5.
We plan to have a major release every year, with minor releases every few months.
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 599b7c59060..32db7b26daf 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 "8.0.13" -#define PG_VERSION_STR "8.0.13 (win32)" +#define PG_VERSION "8.0.14" +#define PG_VERSION_STR "8.0.14 (win32)" #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in index 39a6a211452..d9450aa2c56 100644 --- a/src/interfaces/libpq/libpq.rc.in +++ b/src/interfaces/libpq/libpq.rc.in @@ -1,8 +1,8 @@ #include