mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Update stuff for 6.5.1 release.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* this file contains the interface to version.c.
|
||||
* Also some parameters.
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.5 1999/02/14 04:56:54 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.6 1999/07/10 16:28:01 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -16,7 +16,7 @@ void SetPgVersion(const char *path, char **reason_p);
|
||||
|
||||
#define PG_RELEASE "6"
|
||||
#define PG_VERSION "5"
|
||||
#define PG_SUBVERSION "0"
|
||||
#define PG_SUBVERSION "1"
|
||||
|
||||
#define PG_VERFILE "PG_VERSION"
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include <winver.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 6,5,0,0
|
||||
PRODUCTVERSION 6,5,0,0
|
||||
FILEVERSION 6,5,1,0
|
||||
PRODUCTVERSION 6,5,1,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
@ -15,13 +15,13 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "CompanyName", "\0"
|
||||
VALUE "FileDescription", "PostgreSQL Access Library\0"
|
||||
VALUE "FileVersion", "6, 5, 0, 0\0"
|
||||
VALUE "FileVersion", "6, 5, 1, 0\0"
|
||||
VALUE "InternalName", "libpq\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1999\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "libpq.dll\0"
|
||||
VALUE "ProductName", "PostgreSQL\0"
|
||||
VALUE "ProductVersion", "6, 5, 0, 0\0"
|
||||
VALUE "ProductVersion", "6, 5, 1, 0\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
@ -1,15 +1,13 @@
|
||||
README
|
||||
INSTALL
|
||||
HISTORY
|
||||
register.txt
|
||||
doc/Machine-specific FAQ's
|
||||
doc/TODO
|
||||
doc/bug.template
|
||||
update include/version.h.in after release, including subversion
|
||||
update backend/parser/scan.c and gram.c so flex/bison not necessary
|
||||
update pgaccess
|
||||
update odbc
|
||||
update doc/src/sgml/release.sgml
|
||||
update doc/src/sgml/install.sgml
|
||||
update interfaces/libpq/libpq.rc
|
||||
update documentation
|
||||
command-line arg printout from inside the program
|
||||
|
Reference in New Issue
Block a user