Skip to content

Commit a123456

Browse files
committed
version 2.6.5
1 parent 4d43ac5 commit a123456

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.0-pre"/>
4+
<property name="version" value="2.6.5"/>
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.5
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
@@ -106,7 +106,7 @@ public class Mongo {
106106
/**
107107
*
108108
*/
109-
public static final int MINOR_VERSION = 7;
109+
public static final int MINOR_VERSION = 6;
110110

111111
static int cleanerIntervalMS;
112112
static {

0 commit comments

Comments
 (0)