Skip to content

Commit 5deaa4d

Browse files
committed
BUMP 2.4-rc0
1 parent f24311e commit 5deaa4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<project name="MongoDB Java Driver" default="compile" basedir=".">
33

4-
<property name="version" value="2.3"/>
4+
<property name="version" value="2.4-rc0"/>
55
<property name="targetdir" location="target"/>
66
<property name="testdir" location="${targetdir}/test"/>
77

src/main/com/mongodb/Mongo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
public class Mongo {
9898

9999
public static final int MAJOR_VERSION = 2;
100-
public static final int MINOR_VERSION = 3;
100+
public static final int MINOR_VERSION = 4;
101101

102102
public static DB connect( DBAddress addr ){
103103
return new Mongo( addr ).getDB( addr.getDBName() );

0 commit comments

Comments
 (0)