Skip to content

Commit 9905326

Browse files
committed
version#
1 parent 184f8a4 commit 9905326

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="1.1"/>
4+
<property name="version" value="1.2"/>
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
@@ -39,7 +39,7 @@
3939
public class Mongo {
4040

4141
public static final int MAJOR_VERSION = 1;
42-
public static final int MINOR_VERSION = 1;
42+
public static final int MINOR_VERSION = 2;
4343

4444
public static DB connect( DBAddress addr ){
4545
return new Mongo( addr ).getDB( addr._name );

0 commit comments

Comments
 (0)