1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

New build number

This commit is contained in:
Barry Lind
2003-03-24 04:01:38 +00:00
parent 8e2ca1a7d8
commit 74a665a8b3

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 = 108;
private static int m_buildNumber = 109;
}