mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
New build number
This commit is contained in:
parent
1e3372e6bb
commit
e27334f405
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* Copyright (c) 2003, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
|
@ -489,6 +489,6 @@ public class Driver implements java.sql.Driver
|
|||
|
||||
|
||||
//The build number should be incremented for every new build
|
||||
private static int m_buildNumber = 203;
|
||||
private static int m_buildNumber = 204;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue