]> granicus.if.org Git - postgresql/commitdiff
New build number
authorBarry Lind <barry@xythos.com>
Mon, 24 Mar 2003 04:01:38 +0000 (04:01 +0000)
committerBarry Lind <barry@xythos.com>
Mon, 24 Mar 2003 04:01:38 +0000 (04:01 +0000)
src/interfaces/jdbc/org/postgresql/Driver.java.in

index c955842bcf008b726917a178487844dda5f9eaf6..13be2660b1b5ea1eff123564d93f139a47ed2bb3 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 = 108;
+       private static int m_buildNumber = 109;
 
 }