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 184f8a4 commit 9905326Copy full SHA for 9905326
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="1.1"/>
+ <property name="version" value="1.2"/>
5
<property name="targetdir" location="target"/>
6
<property name="testdir" location="${targetdir}/test"/>
7
src/main/com/mongodb/Mongo.java
@@ -39,7 +39,7 @@
39
public class Mongo {
40
41
public static final int MAJOR_VERSION = 1;
42
- public static final int MINOR_VERSION = 1;
+ public static final int MINOR_VERSION = 2;
43
44
public static DB connect( DBAddress addr ){
45
return new Mongo( addr ).getDB( addr._name );
0 commit comments