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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user