]> granicus.if.org Git - postgresql/commitdiff
Bumped up build number to 107
authorBarry Lind <barry@xythos.com>
Tue, 14 Jan 2003 09:40:48 +0000 (09:40 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 14 Jan 2003 09:40:48 +0000 (09:40 +0000)
src/interfaces/jdbc/org/postgresql/Driver.java.in

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