[libpostgresql-jdbc-java] 24/24: fixed version number

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 21:17:41 UTC 2017


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 <dave.cramer at credativ.ca>
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



More information about the pkg-java-commits mailing list