[libpostgresql-jdbc-java] 05/05: Release 8.1-415.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_1_415
in repository libpostgresql-jdbc-java.
commit 1219f0e80e5662997d460cb28148577c71e00432
Author: Kris Jurka <books at ejurka.com>
Date: Wed May 12 06:40:55 2010 +0000
Release 8.1-415.
---
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 072242c..a91dc62 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.13.2.9 2008/11/16 13:45:57 jurka Exp $
+* $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.13.2.10 2009/07/01 05:16:17 jurka Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,7 @@ import org.postgresql.Driver;
*/
public class PSQLDriverVersion {
- public final static int buildNumber = 414;
+ public final static int buildNumber = 415;
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