Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
post 2.0.7
  • Loading branch information
monkey101 committed Aug 8, 2012
1 parent 8750339 commit daf7aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
Version: 2.0.7
Version: 2.0.8-rc0-pre-
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion util/version.cpp
Expand Up @@ -38,7 +38,7 @@ namespace mongo {
* 1.2.3-rc4-pre-
* If you really need to do something else you'll need to fix _versionArray()
*/
const char versionString[] = "2.0.7";
const char versionString[] = "2.0.8-rc0-pre-";

// See unit test for example outputs
static BSONArray _versionArray(const char* version){
Expand Down

0 comments on commit daf7aec

Please sign in to comment.