File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Parts of config.h that you get with autoconf on other systems
3
3
*/
4
- #define PG_VERSION "7.1"
5
- #define PG_VERSION_STR "7.1 (win32)"
4
+ #define PG_VERSION "7.1.1 "
5
+ #define PG_VERSION_STR "7.1.1 (win32)"
6
6
7
7
#define SYSCONFDIR ""
8
8
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 7,1,0 ,0
5
- PRODUCTVERSION 7,1,0 ,0
4
+ FILEVERSION 7,1,1 ,0
5
+ PRODUCTVERSION 7,1,1 ,0
6
6
FILEFLAGSMASK 0x3fL
7
7
FILEFLAGS 0
8
8
FILEOS VOS__WINDOWS32
Original file line number Diff line number Diff line change 16
16
17
17
* Ports
18
18
update ports list in doc/src/sgml/installation.sgml
19
- platform-specific FAQ's
19
+ platform-specific FAQ's, if needed
20
20
21
21
* Miscellaneous files
22
22
README
You can’t perform that action at this time.
0 commit comments