Skip to content

Commit

Permalink
BUMP 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Aug 19, 2010
1 parent 6c17b5c commit acf8bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<project name="MongoDB Java Driver" default="compile" basedir=".">

<property name="version" value="2.0"/>
<property name="version" value="2.1"/>
<property name="targetdir" location="target"/>
<property name="testdir" location="${targetdir}/test"/>

Expand Down
2 changes: 1 addition & 1 deletion src/main/com/mongodb/Mongo.java
Expand Up @@ -68,7 +68,7 @@
public class Mongo {

public static final int MAJOR_VERSION = 2;
public static final int MINOR_VERSION = 0;
public static final int MINOR_VERSION = 1;

public static DB connect( DBAddress addr ){
return new Mongo( addr ).getDB( addr.getDBName() );
Expand Down

0 comments on commit acf8bec

Please sign in to comment.