8000 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. · danielcode/postgres@5373878 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5373878

Browse files
committed
Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.
Update FAQs for 8.2.5.
1 parent 4147492 commit 5373878

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246

247247
1.7) What is the latest release?
248248

249-
The latest release of PostgreSQL is version 8.2.4.
249+
The latest release of PostgreSQL is version 8.2.5.
250250

251251
We plan to have major releases every four months.
252252

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ System Configuration:
3131

3232
Operating System (example: Linux 2.4.18) :
3333

34-
PostgreSQL version (example: PostgreSQL 7.3.19): PostgreSQL 7.3.19
34+
PostgreSQL version (example: PostgreSQL 7.3.20): PostgreSQL 7.3.20
3535

3636
Compiler used (example: gcc 3.3.5) :
3737

doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <H4><A name="1.6">1.6</A>) Where can I get support?</H4>
323323

324324
<H4><A name="1.7">1.7</A>) What is the latest release?</H4>
325325

326-
<P>The latest release of PostgreSQL is version 8.2.4.</P>
326+
<P>The latest release of PostgreSQL is version 8.2.5.</P>
327327

328328
<P>We plan to have major releases every six to eight months.</P>
329329

src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/*
44
* Parts of pg_config.h that you get with autoconf on other systems
55
*/
6-
#define PG_VERSION "7.3.19"
7-
#define PG_VERSION_STR "7.3.19 (win32)"
6+
#define PG_VERSION "7.3.20"
7+
#define PG_VERSION_STR "7.3.20 (win32)"
88

99
#define SYSCONFDIR ""
1010

src/interfaces/libpq/libpq.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 7,3,19,0
5-
PRODUCTVERSION 7,3,19,0
4+
FILEVERSION 7,3,20,0
5+
PRODUCTVERSION 7,3,20,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
1515
BEGIN
1616
VALUE "CompanyName", "\0"
1717
VALUE "FileDescription", "PostgreSQL Access Library\0"
18-
VALUE "FileVersion", "7, 3, 19, 0\0"
18+
VALUE "FileVersion", "7, 3, 20, 0\0"
1919
VALUE "InternalName", "libpq\0"
2020
VALUE "LegalCopyright", "Copyright (C) 2003\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"
24-
VALUE "ProductVersion", "7, 3, 19, 0\0"
24+
VALUE "ProductVersion", "7, 3, 20, 0\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)
0