This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag REL9_3_1102 in repository libpostgresql-jdbc-java.
commit e72cdc585e6908ac0bc5d664f66ef6e2cf48dc02 Author: Dave Cramer <[email protected]> Date: Tue Jul 8 16:53:03 2014 -0400 incremented build number updated copyright to 2014 --- org/postgresql/util/PSQLDriverVersion.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/postgresql/util/PSQLDriverVersion.java b/org/postgresql/util/PSQLDriverVersion.java index ae4afb4..7e21ca2 100644 --- a/org/postgresql/util/PSQLDriverVersion.java +++ b/org/postgresql/util/PSQLDriverVersion.java @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * -* Copyright (c) 2004-2011, PostgreSQL Global Development Group +* Copyright (c) 2004-2014, PostgreSQL Global Development Group * * *------------------------------------------------------------------------- @@ -19,7 +19,7 @@ import org.postgresql.Driver; */ public class PSQLDriverVersion { - public final static int buildNumber = 1101; + public final static int buildNumber = 1102; 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

