Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3730fd

Browse files
committedMar 10, 2011
BUMP 2.5
1 parent 911c19b commit e3730fd

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.5-pre-"/>
4+
<property name="version" value="2.5"/>
55
<property name="targetdir" location="target"/>
66
<property name="testdir" location="${targetdir}/test"/>
77
<dirname property="javabase" file="${java.home}"/>

‎src/main/com/mongodb/Mongo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Mongo {
103103
/**
104104
*
105105
*/
106-
public static final int MINOR_VERSION = 4;
106+
public static final int MINOR_VERSION = 5;
107107

108108
static int cleanerIntervalMS;
109109
static {

0 commit comments

Comments
 (0)
Please sign in to comment.