Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3372e commit e27334fCopy full SHA for e27334f
src/interfaces/jdbc/org/postgresql/Driver.java.in
@@ -6,7 +6,7 @@
6
* Copyright (c) 2003, PostgreSQL Global Development Group
7
*
8
* IDENTIFICATION
9
- * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.27 2003/03/07 18:39:41 barry Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.28 2003/03/24 04:01:02 barry Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -489,6 +489,6 @@ public class Driver implements java.sql.Driver
489
490
491
//The build number should be incremented for every new build
492
- private static int m_buildNumber = 203;
+ private static int m_buildNumber = 204;
493
494
}
0 commit comments