1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-28 11:44:57 +03:00

Upped JDBC build number to 110 for the 7.3.3 release

Modified Files:
  Tag: REL7_3_STABLE
 	Driver.java.in
This commit is contained in:
Barry Lind
2003-05-19 04:12:52 +00:00
parent 8236cd7e74
commit f3ed902421

View File

@@ -446,6 +446,6 @@ public class Driver implements java.sql.Driver
}
//The build number should be incremented for every new build
private static int m_buildNumber = 109;
private static int m_buildNumber = 110;
}