[libpostgresql-jdbc-java] 20/22: Upped JDBC build number to 110 for the 7.3.3 release
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:19:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL7_3_4
in repository libpostgresql-jdbc-java.
commit 83784187e6c8fcd110291ccbb871903a8cc14fcd
Author: Barry Lind <barry at xythos.com>
Date: Mon May 19 04:12:52 2003 +0000
Upped JDBC build number to 110 for the 7.3.3 release
Modified Files:
Tag: REL7_3_STABLE
Driver.java.in
---
org/postgresql/Driver.java.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org/postgresql/Driver.java.in b/org/postgresql/Driver.java.in
index 13be266..4d27f3d 100644
--- a/org/postgresql/Driver.java.in
+++ b/org/postgresql/Driver.java.in
@@ -446,6 +446,6 @@ public class Driver implements java.sql.Driver
}
//The build number should be incremented for every new build
- private static int m_buildNumber = 109;
+ private static int m_buildNumber = 110;
}
--
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