Skip to content

Commit 4fd5f71

Browse files
committed
Updated version to 2.10.0-SNAPSHOT
1 parent b87be7c commit 4fd5f71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ javac.source=1.5
2020
# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
2121
# lib.version=2.8.0-RC1 ==> lib.version.osgi.compat=2.8.0.RC1
2222
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
23-
lib.version=2.9.0
24-
lib.version.osgi.compat=2.9.0.RELEASE
23+
lib.version=2.10.0-SNAPSHOT
24+
lib.version.osgi.compat=2.10.0.BUILD-SNAPSHOT
2525

2626
compatibility.baseline.version=2.8.0
2727
url.libbase=http://cloud.github.com/downloads/mongodb

src/main/com/mongodb/Mongo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ public class Mongo {
8282
* @deprecated Replaced by <code>Mongo.getMinorVersion()</code>
8383
*/
8484
@Deprecated
85-
public static final int MINOR_VERSION = 9;
85+
public static final int MINOR_VERSION = 10;
8686

87-
private static final String FULL_VERSION = "2.9.0";
87+
private static final String FULL_VERSION = "2.10.0-SNAPSHOT";
8888

8989
static int cleanerIntervalMS;
9090
static {

0 commit comments

Comments
 (0)