Skip to content

Commit

Permalink
Updating version to 2.9.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Aug 14, 2012
1 parent 5283b51 commit e6901ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Expand Up @@ -20,8 +20,8 @@ javac.source=1.5
# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
# lib.version=2.8.0-RC1 ==> lib.version.osgi.compat=2.8.0.RC1
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
lib.version=2.9.0-SNAPSHOT
lib.version.osgi.compat=2.9.0.BUILD-SNAPSHOT
lib.version=2.9.0-RC1
lib.version.osgi.compat=2.9.0.RC1

compatibility.baseline.version=2.8.0
url.libbase=http://cloud.github.com/downloads/mongodb
2 changes: 1 addition & 1 deletion src/main/com/mongodb/Mongo.java
Expand Up @@ -88,7 +88,7 @@ public class Mongo {
@Deprecated
public static final int MINOR_VERSION = 9;

private static final String FULL_VERSION = "2.9.0-SNAPSHOT";
private static final String FULL_VERSION = "2.9.0-RC1";

static int cleanerIntervalMS;
static {
Expand Down

0 comments on commit e6901ec

Please sign in to comment.