mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Updates for 7.1.1. Not done yet.
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* Parts of config.h that you get with autoconf on other systems
|
* Parts of config.h that you get with autoconf on other systems
|
||||||
*/
|
*/
|
||||||
#define PG_VERSION "7.1"
|
#define PG_VERSION "7.1.1"
|
||||||
#define PG_VERSION_STR "7.1 (win32)"
|
#define PG_VERSION_STR "7.1.1 (win32)"
|
||||||
|
|
||||||
#define SYSCONFDIR ""
|
#define SYSCONFDIR ""
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#include <winver.h>
|
#include <winver.h>
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 7,1,0,0
|
FILEVERSION 7,1,1,0
|
||||||
PRODUCTVERSION 7,1,0,0
|
PRODUCTVERSION 7,1,1,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
FILEFLAGS 0
|
FILEFLAGS 0
|
||||||
FILEOS VOS__WINDOWS32
|
FILEOS VOS__WINDOWS32
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
* Ports
|
* Ports
|
||||||
update ports list in doc/src/sgml/installation.sgml
|
update ports list in doc/src/sgml/installation.sgml
|
||||||
platform-specific FAQ's
|
platform-specific FAQ's, if needed
|
||||||
|
|
||||||
* Miscellaneous files
|
* Miscellaneous files
|
||||||
README
|
README
|
||||||
|
Reference in New Issue
Block a user