up build # to 108

This commit is contained in:
Barry Lind 2003-02-09 23:43:41 +00:00
parent 3448835967
commit d3038e6e2c

View 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;
}