File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ System Configuration:
31
31
32
32
Operating System (example: Linux 2.4.18) :
33
33
34
- PostgreSQL version (example: PostgreSQL 8.3) : PostgreSQL 8.3
34
+ PostgreSQL version (example: PostgreSQL 8.3.1) : PostgreSQL 8.3.1
35
35
36
36
Compiler used (example: gcc 3.3.5) :
37
37
Original file line number Diff line number Diff line change 566
566
#define PACKAGE_NAME "PostgreSQL"
567
567
568
568
/* Define to the full name and version of this package. */
569
- #define PACKAGE_STRING "PostgreSQL 8.3"
569
+ #define PACKAGE_STRING "PostgreSQL 8.3.1 "
570
570
571
571
/* Define to the version of this package. */
572
- #define PACKAGE_VERSION "8.3"
572
+ #define PACKAGE_VERSION "8.3.1 "
573
573
574
574
/* PostgreSQL version as a string */
575
- #define PG_VERSION "8.3"
575
+ #define PG_VERSION "8.3.1 "
576
576
577
577
/* PostgreSQL version as a number */
578
- #define PG_VERSION_NUM 80300
578
+ #define PG_VERSION_NUM 80301
579
579
580
580
/* Define to the one symbol short name of this package. */
581
581
#define PACKAGE_TARNAME "postgresql"
Original file line number Diff line number Diff line change 1
1
#include <winver.h>
2
2
3
3
VS_VERSION_INFO VERSIONINFO
4
- FILEVERSION 8,3,0 ,0
5
- PRODUCTVERSION 8,3,0 ,0
4
+ FILEVERSION 8,3,1 ,0
5
+ PRODUCTVERSION 8,3,1 ,0
6
6
FILEFLAGSMASK 0x3fL
7
7
FILEFLAGS 0
8
8
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
15
15
BEGIN
16
16
VALUE "CompanyName", "\0"
17
17
VALUE "FileDescription", "PostgreSQL Access Library\0"
18
- VALUE "FileVersion", "8.3.0 \0"
18
+ VALUE "FileVersion", "8.3.1 \0"
19
19
VALUE "InternalName", "libpq\0"
20
20
VALUE "LegalCopyright", "Copyright (C) 2008\0"
21
21
VALUE "LegalTrademarks", "\0"
22
22
VALUE "OriginalFilename", "libpq.dll\0"
23
23
VALUE "ProductName", "PostgreSQL\0"
24
- VALUE "ProductVersion", "8.3.0 \0"
24
+ VALUE "ProductVersion", "8.3.1 \0"
25
25
END
26
26
END
27
27
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 2
2
#include "pg_config.h"
3
3
4
4
VS_VERSION_INFO VERSIONINFO
5
- FILEVERSION 8,3,0 ,0
6
- PRODUCTVERSION 8,3,0 ,0
5
+ FILEVERSION 8,3,1 ,0
6
+ PRODUCTVERSION 8,3,1 ,0
7
7
FILEFLAGSMASK 0x17L
8
8
FILEFLAGS 0x0L
9
9
FILEOS VOS_NT_WINDOWS32
You can’t perform that action at this time.
0 commit comments