Skip to content

Commit 2d14335

Browse files
committed
Brand 7.1 release. Also update jdbc version in release branch.
1 parent cb9221a commit 2d14335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/jdbc/postgresql/jdbc1/DatabaseMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public String getDatabaseProductName() throws SQLException
179179
*/
180180
public String getDatabaseProductVersion() throws SQLException
181181
{
182-
return ("6.5.2");
182+
return ("7.0.2");
183183
}
184184

185185
/**

src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public String getDatabaseProductName() throws SQLException
179179
*/
180180
public String getDatabaseProductVersion() throws SQLException
181181
{
182-
return ("6.5.2");
182+
return ("7.0.2");
183183
}
184184

185185
/**

0 commit comments

Comments
 (0)