Skip to content

Commit

Permalink
incremented build number to 1001
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Oct 31, 2012
1 parent 1c15774 commit 1cd4386
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
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* Copyright (c) 2004-2011, PostgreSQL Global Development Group
* Copyright (c) 2004-2012, PostgreSQL Global Development Group
*
*
*-------------------------------------------------------------------------
Expand All @@ -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");
Expand Down

0 comments on commit 1cd4386

Please sign in to comment.