[libpostgresql-jdbc-java] 03/03: incremented build version

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to tag REL9_1_903
in repository libpostgresql-jdbc-java.

commit 3fdf1a0f4f533a1bdf59e7e0f3e5e49656d30d5b
Author: Dave Cramer <davecramer at gmail.com>
Date:   Thu Sep 27 10:08:01 2012 -0400

    incremented build version
---
 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 fc7cba0..18bf2bb 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 = 902;
+    public final static int buildNumber = 903;
 
     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



More information about the pkg-java-commits mailing list