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 5738e67 commit a426a9bCopy full SHA for a426a9b
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.6-pre-"/>
+ <property name="version" value="2.6"/>
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 = 5;
+ public static final int MINOR_VERSION = 6;
107
108
static int cleanerIntervalMS;
109
static {
0 commit comments