This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL9_3_1103 in repository libpostgresql-jdbc-java.
commit ed37012bb880dde1c2a8b2949dfa47bbad6d7c37 Author: Dave Cramer <[email protected]> Date: Fri Jan 2 20:04:20 2015 +0000 fixed version number --- org/postgresql/util/PSQLDriverVersion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/postgresql/util/PSQLDriverVersion.java b/org/postgresql/util/PSQLDriverVersion.java index 7e21ca2..3782ed3 100644 --- a/org/postgresql/util/PSQLDriverVersion.java +++ b/org/postgresql/util/PSQLDriverVersion.java @@ -19,7 +19,7 @@ import org.postgresql.Driver; */ public class PSQLDriverVersion { - public final static int buildNumber = 1102; + public final static int buildNumber = 1103; public static void main(String args[]) { java.net.URL url = Driver.class.getResource("/org/postgresql/Driver.class"); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

