8000 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. · danielcode/postgres@af6b2e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit af6b2e3

Browse files
committed
Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
1 parent 28ecd60 commit af6b2e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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.18): PostgreSQL 7.3.18
34+
PostgreSQL version (example: PostgreSQL 7.3.19): PostgreSQL 7.3.19
3535

3636
Compiler used (example: gcc 3.3.5) :
3737

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.18"
7-
#define PG_VERSION_STR "7.3.18 (win32)"
6+
#define PG_VERSION "7.3.19"
7+
#define PG_VERSION_STR "7.3.19 (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,18,0
5-
PRODUCTVERSION 7,3,18,0
4+
FILEVERSION 7,3,19,0
5+
PRODUCTVERSION 7,3,19,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, 18, 0\0"
18+
VALUE "FileVersion", "7, 3, 19, 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, 18, 0\0"
24+
VALUE "ProductVersion", "7, 3, 19, 0\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)
0