[libpostgresql-jdbc-java] 06/06: Prepare for release of 8.2-508.

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


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

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

commit 2566771421d25f8b674a932e182e671504ce0480
Author: Kris Jurka <books at ejurka.com>
Date:   Thu Jan 31 09:55:21 2008 +0000

    Prepare for release of 8.2-508.
---
 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 7559013..04f73ab 100644
--- a/org/postgresql/util/PSQLDriverVersion.java
+++ b/org/postgresql/util/PSQLDriverVersion.java
@@ -3,7 +3,7 @@
 * Copyright (c) 2004-2005, PostgreSQL Global Development Group
 *
 * IDENTIFICATION
-*   $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.20.2.2 2007/07/31 06:06:12 jurka Exp $
+*   $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.20.2.3 2007/12/02 08:30:31 jurka Exp $
 *
 *-------------------------------------------------------------------------
 */
@@ -21,7 +21,7 @@ import org.postgresql.Driver;
  */
 public class PSQLDriverVersion {
 
-    public final static int buildNumber = 507;
+    public final static int buildNumber = 508;
 
     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