1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Brand 7.1 release. Also update jdbc version in release branch.

This commit is contained in:
Bruce Momjian
2000-06-12 22:37:07 +00:00
parent cb9221a820
commit 2d1433517e
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
*/ */
public String getDatabaseProductVersion() throws SQLException public String getDatabaseProductVersion() throws SQLException
{ {
return ("6.5.2"); return ("7.0.2");
} }
/** /**

View File

@ -179,7 +179,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
*/ */
public String getDatabaseProductVersion() throws SQLException public String getDatabaseProductVersion() throws SQLException
{ {
return ("6.5.2"); return ("7.0.2");
} }
/** /**