mirror of
https://github.com/postgres/postgres.git
synced 2026-04-11 20:16:33 -04:00
up build number to 202 for a new development build
Modified Files: jdbc/org/postgresql/Driver.java.in
This commit is contained in:
parent
4c943c87c1
commit
3d1a1e85cf
1 changed files with 1 additions and 1 deletions
|
|
@ -477,6 +477,6 @@ public class Driver implements java.sql.Driver
|
|||
|
||||
|
||||
//The build number should be incremented for every new build
|
||||
private static int m_buildNumber = 201;
|
||||
private static int m_buildNumber = 202;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue