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

Commit2be1ecc

Browse files
committed
Fix for version, update to 6.5.
1 parentcb63319 commit2be1ecc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎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.3 1998/07/19 04:16:53 momjian Exp $
7+
* $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.4 1998/12/25 02:20:11 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"4"
19-
#definePG_SUBVERSION"0"
18+
#definePG_VERSION"5"
19+
#definePG_SUBVERSION"0"
2020

2121
#definePG_VERFILE"PG_VERSION"
2222

‎src/tools/RELEASE_CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ register.txt
55
doc/Machine-specific FAQ's
66
doc/TODO
77
doc/bug.template
8-
update include/version.h after release, including subversion
8+
update include/version.h.in after release, including subversion
99
update backend/parser/scan.c and gram.c so flex/bison not necessary
1010
update pgaccess
1111
update odbc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp