We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24311e commit 5deaa4dCopy full SHA for 5deaa4d
build.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0'?>
2
<project name="MongoDB Java Driver" default="compile" basedir=".">
3
4
- <property name="version" value="2.3"/>
+ <property name="version" value="2.4-rc0"/>
5
<property name="targetdir" location="target"/>
6
<property name="testdir" location="${targetdir}/test"/>
7
src/main/com/mongodb/Mongo.java
@@ -97,7 +97,7 @@
97
public class Mongo {
98
99
public static final int MAJOR_VERSION = 2;
100
- public static final int MINOR_VERSION = 3;
+ public static final int MINOR_VERSION = 4;
101
102
public static DB connect( DBAddress addr ){
103
return new Mongo( addr ).getDB( addr.getDBName() );
0 commit comments