OSDN Git Service

Up the build number to reflect the changes for V3 protocol support
authorBarry Lind <barry@xythos.com>
Thu, 29 May 2003 03:22:48 +0000 (03:22 +0000)
committerBarry Lind <barry@xythos.com>
Thu, 29 May 2003 03:22:48 +0000 (03:22 +0000)
src/interfaces/jdbc/org/postgresql/Driver.java.in

index eaf054e..b66e182 100644 (file)
@@ -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.28 2003/03/24 04:01:02 barry Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/Driver.java.in,v 1.29 2003/05/29 03:22:48 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 = 204;
+       private static int m_buildNumber = 205;
 
 }