Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b6e600

Browse files
author
Barry Lind
committed
Up the build number to reflect the changes for V3 protocol support
1 parent a9983ab commit 1b6e600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/jdbc/org/postgresql/Driver.java.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 2003, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.28 2003/03/24 04:01:02 barry Exp $
9+
* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.29 2003/05/29 03:22:48 barry Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -489,6 +489,6 @@ public class Driver implements java.sql.Driver
489489

490490

491491
//The build number should be incremented for every new build
492-
private static int m_buildNumber = 204;
492+
private static int m_buildNumber = 205;
493493

494494
}

0 commit comments

Comments
 (0)