]> granicus.if.org Git - postgresql/commitdiff
up build # to 108
authorBarry Lind <barry@xythos.com>
Sun, 9 Feb 2003 23:43:41 +0000 (23:43 +0000)
committerBarry Lind <barry@xythos.com>
Sun, 9 Feb 2003 23:43:41 +0000 (23:43 +0000)
src/interfaces/jdbc/org/postgresql/Driver.java.in

index 8e6de16e7a1f53d1cf6c33ad3bf374bcd36ee6df..c955842bcf008b726917a178487844dda5f9eaf6 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 = 107;
+       private static int m_buildNumber = 108;
 
 }