Skip to content

Commit a4f8c9e

Browse files
author
Dave Cramer
committed
Incremented version number to 1201
1 parent 71c8edd commit a4f8c9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ fullversion=9.4
88
def_pgport=5432
99
enable_debug=yes
1010

11-
osgi.version=9.4.0.build-1200
11+
osgi.version=9.4.0.build-1201
1212

1313
maven.group.id=org.postgresql
1414
maven.artifact.id=postgresql
15-
maven.artifact.version=9.4-1200
15+
maven.artifact.version=9.4-1201
1616
maven.artifact.description=PostgreSQL JDBC Driver
1717

1818
# Maven snapshots and staging repository id and url

org/postgresql/util/PSQLDriverVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* Copyright (c) 2004-2014, PostgreSQL Global Development Group
3+
* Copyright (c) 2004, PostgreSQL Global Development Group
44
*
55
*
66
*-------------------------------------------------------------------------
@@ -19,7 +19,7 @@
1919
*/
2020
public class PSQLDriverVersion {
2121

22-
public final static int buildNumber = 1200;
22+
public final static int buildNumber = 1201;
2323

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

0 commit comments

Comments
 (0)