From 1cd438695dc35cf4c1453e5d225f698c28d7389e Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Wed, 31 Oct 2012 14:40:22 -0400 Subject: [PATCH] incremented build number to 1001 --- 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 e3f8375310..0fcc196b71 100644 --- a/org/postgresql/util/PSQLDriverVersion.java +++ b/org/postgresql/util/PSQLDriverVersion.java @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * -* Copyright (c) 2004-2011, PostgreSQL Global Development Group +* Copyright (c) 2004-2012, PostgreSQL Global Development Group * * *------------------------------------------------------------------------- @@ -19,7 +19,7 @@ */ public class PSQLDriverVersion { - public final static int buildNumber = 1000; + public final static int buildNumber = 1001; public static void main(String args[]) { java.net.URL url = Driver.class.getResource("/org/postgresql/Driver.class");