We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4147492 commit 5373878Copy full SHA for 5373878
doc/FAQ
@@ -246,7 +246,7 @@
246
247
1.7) What is the latest release?
248
249
- The latest release of PostgreSQL is version 8.2.4.
+ The latest release of PostgreSQL is version 8.2.5.
250
251
We plan to have major releases every four months.
252
doc/bug.template
@@ -31,7 +31,7 @@ System Configuration:
31
32
Operating System (example: Linux 2.4.18) :
33
34
- PostgreSQL version (example: PostgreSQL 7.3.19): PostgreSQL 7.3.19
+ PostgreSQL version (example: PostgreSQL 7.3.20): PostgreSQL 7.3.20
35
36
Compiler used (example: gcc 3.3.5) :
37
doc/src/FAQ/FAQ.html
@@ -323,7 +323,7 @@ <H4><A name="1.6">1.6</A>) Where can I get support?</H4>
323
324
<H4><A name="1.7">1.7</A>) What is the latest release?</H4>
325
326
- <P>The latest release of PostgreSQL is version 8.2.4.</P>
+ <P>The latest release of PostgreSQL is version 8.2.5.</P>
327
328
<P>We plan to have major releases every six to eight months.</P>
329
src/include/pg_config.h.win32
@@ -3,8 +3,8 @@
3
/*
4
* Parts of pg_config.h that you get with autoconf on other systems
5
*/
6
-#define PG_VERSION "7.3.19"
7
-#define PG_VERSION_STR "7.3.19 (win32)"
+#define PG_VERSION "7.3.20"
+#define PG_VERSION_STR "7.3.20 (win32)"
8
9
#define SYSCONFDIR ""
10
src/interfaces/libpq/libpq.rc
@@ -1,8 +1,8 @@
1
#include <winver.h>
2
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,3,19,0
- PRODUCTVERSION 7,3,19,0
+ FILEVERSION 7,3,20,0
+ PRODUCTVERSION 7,3,20,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
15
BEGIN
16
VALUE "CompanyName", "\0"
17
VALUE "FileDescription", "PostgreSQL Access Library\0"
18
- VALUE "FileVersion", "7, 3, 19, 0\0"
+ VALUE "FileVersion", "7, 3, 20, 0\0"
19
VALUE "InternalName", "libpq\0"
20
VALUE "LegalCopyright", "Copyright (C) 2003\0"
21
VALUE "LegalTrademarks", "\0"
22
VALUE "OriginalFilename", "libpq.dll\0"
23
VALUE "ProductName", "PostgreSQL\0"
24
- VALUE "ProductVersion", "7, 3, 19, 0\0"
+ VALUE "ProductVersion", "7, 3, 20, 0\0"
25
END
26
27
BLOCK "VarFileInfo"
0 commit comments