update jdbc version #.

This commit is contained in:
Bruce Momjian 1999-10-13 11:11:41 +00:00
parent f6de83ccc3
commit ffed5788dd
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
{
return ("6.4");
return ("6.5.3");
}
/**

View File

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