Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6f26e6

Browse files
committed
Update for 6.6.
1 parenta927d6e commitd6f26e6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

‎README

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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
voidSetPgVersion(constchar*path,char**reason_p);
1616

1717
#definePG_RELEASE"6"
18-
#definePG_VERSION"5"
19-
#definePG_SUBVERSION"1"
18+
#definePG_VERSION"6"
19+
#definePG_SUBVERSION"0"
2020

2121
#definePG_VERFILE"PG_VERSION"
2222

‎src/interfaces/libpq/libpq.rc

Lines changed: 4 additions & 4 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 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)

[8]ページ先頭

©2009-2025 Movatter.jp