Skip to content

Commit

Permalink
release 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthernandez committed Jun 4, 2011
1 parent 019798d commit 482a047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0'?>
<project name="MongoDB Java Driver" default="compile" basedir=".">

<property name="version" value="2.7-pre-"/>
<property name="version" value="2.6.2"/>
<property name="targetdir" location="target"/>
<property name="testdir" location="${targetdir}/test"/>
<dirname property="javabase" file="${java.home}"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MongoDB
Bundle-SymbolicName: com.mongodb
Bundle-Version: 2.7.0
Bundle-Version: 2.6.2
Import-Package: javax.management
Export-Package: com.mongodb, com.mongodb.io, com.mongodb.util, com.mongodb.gridfs, org.bson, org.bson.util, org.bson.types, org.bson.io

0 comments on commit 482a047

Please sign in to comment.