Skip to content

Commit

Permalink
Change version to 8.3-607 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjurka committed Sep 11, 2011
1 parent 1543ab1 commit 8717390
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-2008, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.25.2.2 2009/07/01 05:16:04 jurka Exp $
* $PostgreSQL: pgjdbc/org/postgresql/util/PSQLDriverVersion.java,v 1.25.2.3 2010/05/12 06:39:47 jurka Exp $
*
*-------------------------------------------------------------------------
*/
Expand All @@ -21,7 +21,7 @@
*/
public class PSQLDriverVersion {

public final static int buildNumber = 606;
public final static int buildNumber = 607;

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

0 comments on commit 8717390

Please sign in to comment.