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 911c19b commit e3730fdCopy full SHA for e3730fd
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.5-pre-"/>
+ <property name="version" value="2.5"/>
5
<property name="targetdir" location="target"/>
6
<property name="testdir" location="${targetdir}/test"/>
7
<dirname property="javabase" file="${java.home}"/>
src/main/com/mongodb/Mongo.java
@@ -103,7 +103,7 @@ public class Mongo {
103
/**
104
*
105
*/
106
- public static final int MINOR_VERSION = 4;
+ public static final int MINOR_VERSION = 5;
107
108
static int cleanerIntervalMS;
109
static {
0 commit comments