Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3bc0ab7

Browse files
committed
Updates for 7.1.1. Not done yet.
1 parent c0f5b4c commit 3bc0ab7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/include/config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* Parts of config.h that you get with autoconf on other systems
33
*/
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)"
66

77
#define SYSCONFDIR ""
88

src/interfaces/libpq/libpq.rc

Lines changed: 2 additions & 2 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,1,0,0
5-
PRODUCTVERSION 7,1,0,0
4+
FILEVERSION 7,1,1,0
5+
PRODUCTVERSION 7,1,1,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS__WINDOWS32

src/tools/RELEASE_CHANGES

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

1717
* Ports
1818
update ports list in doc/src/sgml/installation.sgml
19-
platform-specific FAQ's
19+
platform-specific FAQ's, if needed
2020

2121
* Miscellaneous files
2222
README

0 commit comments

Comments
 (0)