upped build# to 201
authorBarry Lind <barry@xythos.com>
Sun, 9 Feb 2003 23:45:45 +0000 (23:45 +0000)
committerBarry Lind <barry@xythos.com>
Sun, 9 Feb 2003 23:45:45 +0000 (23:45 +0000)
src/interfaces/jdbc/org/postgresql/Driver.java.in

index a09e4f0b96472730fa4ab56d37b787e6d6e06619..80b471993589d93b5dce3cfcc67618a143d0d5c4 100644 (file)
@@ -446,6 +446,6 @@ public class Driver implements java.sql.Driver
        }
 
        //The build number should be incremented for every new build
-       private static int m_buildNumber = 200;
+       private static int m_buildNumber = 201;
 
 }