Skip to content

Commit

Permalink
Change version number to 8.2-512 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjurka committed Sep 10, 2011
1 parent 9d47732 commit 2765d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org/postgresql/util/PSQLDriverVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.20.2.6 2009/07/01 05:16:11 jurka Exp $
* $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.20.2.7 2010/05/12 06:40:03 jurka Exp $
*
*-------------------------------------------------------------------------
*/
Expand All @@ -21,7 +21,7 @@
*/
public class PSQLDriverVersion {

public final static int buildNumber = 511;
public final static int buildNumber = 512;

public static void main(String args[]) {
java.net.URL url = Driver.class.getResource("/org/postgresql/Driver.class");
Expand Down

0 comments on commit 2765d2f

Please sign in to comment.