diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-03 16:47:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-03 16:47:58 +0000 |
commit | 3bc0ab783babda083e444c87c4d6d25ea159d366 (patch) | |
tree | 9ef89e22026908a9135437a068069a8369f9f6af | |
parent | c0f5b4c82c3de467f8d6eb079edb0553b775e513 (diff) | |
download | postgresql-3bc0ab783babda083e444c87c4d6d25ea159d366.tar.gz postgresql-3bc0ab783babda083e444c87c4d6d25ea159d366.zip |
Updates for 7.1.1. Not done yet.
-rw-r--r-- | src/include/config.h.win32 | 4 | ||||
-rw-r--r-- | src/interfaces/libpq/libpq.rc | 4 | ||||
-rw-r--r-- | src/tools/RELEASE_CHANGES | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/include/config.h.win32 b/src/include/config.h.win32 index e8d898223f6..a3f478774c9 100644 --- a/src/include/config.h.win32 +++ b/src/include/config.h.win32 @@ -1,8 +1,8 @@ /* * 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 "" diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc index ca35098d55f..5652bd8ca81 100644 --- a/src/interfaces/libpq/libpq.rc +++ b/src/interfaces/libpq/libpq.rc @@ -1,8 +1,8 @@ #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 diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 576868ffc29..788cd2170b5 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -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 |