Skip to content

Commit 6ae5baa

Browse files
committed
Updating version to 2.8.0
1 parent 0da01d1 commit 6ae5baa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ javac.source=1.5
2020
# lib.version=2.8.0-SNAPSHOT ==> lib.version.osgi.compat=2.8.0.BUILD-SNAPSHOT
2121
# lib.version=2.8.0-RC1 ==> lib.version.osgi.compat=2.8.0.RC1
2222
# lib.version=2.8.0 ==> lib.version.osgi.compat=2.8.0.RELEASE
23-
lib.version=2.8.0-RC1
24-
lib.version.osgi.compat=2.8.0.RC1
23+
lib.version=2.8.0
24+
lib.version.osgi.compat=2.8.0.RELEASE
2525

2626
compatibility.baseline.version=2.7.3
2727
url.libbase=http://cloud.github.com/downloads/mongodb

src/main/com/mongodb/Mongo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class Mongo {
8888
@Deprecated
8989
public static final int MINOR_VERSION = 8;
9090

91-
private static final String FULL_VERSION = "2.8.0-RC1";
91+
private static final String FULL_VERSION = "2.8.0";
9292

9393
static int cleanerIntervalMS;
9494
static {

0 commit comments

Comments
 (0)