Skip to content

Commit

Permalink
incremented version number to 1002
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Nov 14, 2012
1 parent cf433a1 commit f9c2e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/postgresql/util/PSQLDriverVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
public class PSQLDriverVersion {

public final static int buildNumber = 1001;
public final static int buildNumber = 1002;

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

0 comments on commit f9c2e98

Please sign in to comment.