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

Commit d6f26e6

Browse files
committed
Update for 6.6.
1 parent a927d6e commit d6f26e6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL Data Base Management System (formerly known as Postgres, then
33
as Postgres95).
44

5-
This directory contains the development version of 6.5.1 of the PostgreSQL
5+
This directory contains the development version of 6.6 of the PostgreSQL
66
database server. The server is not ANSI SQL compliant, but it gets
77
closer with every release. After you unzip and untar the distribution
88
file, look at file INSTALL for the installation notes and file HISTORY

doc/bug.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration
2727

2828
Operating System (example: Linux 2.0.26 ELF) :
2929

30-
PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-6.5.1
30+
PostgreSQL version (example: PostgreSQL-6.5.1): PostgreSQL-6.6
3131

3232
Compiler used (example: gcc 2.8.0) :
3333

src/include/version.h.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* this file contains the interface to version.c.
55
* Also some parameters.
66
*
7-
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.6 1999/07/10 16:28:01 momjian Exp $
7+
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.7 1999/07/18 18:06:40 momjian Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -15,8 +15,8 @@ void ValidatePgVersion(const char *path, char **reason_p);
1515
void SetPgVersion(const char *path, char **reason_p);
1616

1717
#define PG_RELEASE "6"
18-
#define PG_VERSION "5"
19-
#define PG_SUBVERSION "1"
18+
#define PG_VERSION "6"
19+
#define PG_SUBVERSION "0"
2020

2121
#define PG_VERFILE "PG_VERSION"
2222

src/interfaces/libpq/libpq.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 6,5,1,0
5-
PRODUCTVERSION 6,5,1,0
4+
FILEVERSION 6,6,0,0
5+
PRODUCTVERSION 6,6,0,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
1515
BEGIN
1616
VALUE "CompanyName", "\0"
1717
VALUE "FileDescription", "PostgreSQL Access Library\0"
18-
VALUE "FileVersion", "6, 5, 1, 0\0"
18+
VALUE "FileVersion", "6, 6, 0, 0\0"
1919
VALUE "InternalName", "libpq\0"
2020
VALUE "LegalCopyright", "Copyright (C) 1999\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"
24-
VALUE "ProductVersion", "6, 5, 1, 0\0"
24+
VALUE "ProductVersion", "6, 6, 0, 0\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)