[libpostgresql-jdbc-java] 06/06: Release build 316.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:19:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_0_316
in repository libpostgresql-jdbc-java.
commit 027669dc50a5266603367853ba6a5a9e5fba91bd
Author: Kris Jurka <books at ejurka.com>
Date: Mon May 22 10:08:50 2006 +0000
Release build 316.
---
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 29015a7..a1e859a 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.8.2.5 2005/11/06 06:41:45 jurka Exp $
+* $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.8.2.6 2006/02/09 17:04:06 jurka Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,7 @@ import org.postgresql.Driver;
*/
public class PSQLDriverVersion {
- public static int buildNumber = 315;
+ public static int buildNumber = 316;
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