Skip to content

Commit 2a30d58

Browse files
2.6.1 bump
1 parent 3545df6 commit 2a30d58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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="2.7-pre-"/>
4+
<property name="version" value="2.6.1"/>
55
<property name="targetdir" location="target"/>
66
<property name="testdir" location="${targetdir}/test"/>
77
<dirname property="javabase" file="${java.home}"/>

src/main/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: MongoDB
44
Bundle-SymbolicName: com.mongodb
5-
Bundle-Version: 2.7.0
5+
Bundle-Version: 2.6.1
66
Import-Package: javax.management
77
Export-Package: com.mongodb, com.mongodb.io, com.mongodb.util, com.mongodb.gridfs, org.bson, org.bson.util, org.bson.types, org.bson.io

src/main/com/mongodb/Mongo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Mongo {
103103
/**
104104
*
105105
*/
106-
public static final int MINOR_VERSION = 7;
106+
public static final int MINOR_VERSION = 6;
107107

108108
static int cleanerIntervalMS;
109109
static {

0 commit comments

Comments
 (0)