Skip to content
Snippets Groups Projects
Commit 3bc0ab78 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Updates for 7.1.1. Not done yet.

parent c0f5b4c8
Branches
Tags
No related merge requests found
/*
* Parts of config.h that you get with autoconf on other systems
*/
#define PG_VERSION "7.1"
#define PG_VERSION_STR "7.1 (win32)"
#define PG_VERSION "7.1.1"
#define PG_VERSION_STR "7.1.1 (win32)"
#define SYSCONFDIR ""
......
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,1,0,0
PRODUCTVERSION 7,1,0,0
FILEVERSION 7,1,1,0
PRODUCTVERSION 7,1,1,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS__WINDOWS32
......
......@@ -16,7 +16,7 @@
* Ports
update ports list in doc/src/sgml/installation.sgml
platform-specific FAQ's
platform-specific FAQ's, if needed
* Miscellaneous files
README
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment