From 875033920e8869d284f32119413543fa475227bf Mon Sep 17 00:00:00 2001 From: Dan Pasette Date: Tue, 7 Aug 2012 07:31:19 -0400 Subject: BUMP 2.0.7 --- doxygenConfig | 2 +- rpm/mongo.spec | 2 +- util/version.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doxygenConfig b/doxygenConfig index 557efc09385..4c8a73a7521 100644 --- a/doxygenConfig +++ b/doxygenConfig @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = MongoDB -PROJECT_NUMBER = 2.0.7-rc1 +PROJECT_NUMBER = 2.0.7 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/rpm/mongo.spec b/rpm/mongo.spec index 237b4373ce0..8457adaee13 100644 --- a/rpm/mongo.spec +++ b/rpm/mongo.spec @@ -1,5 +1,5 @@ Name: mongo -Version: 2.0.7-rc1 +Version: 2.0.7 Release: mongodb_1%{?dist} Summary: mongo client shell and tools License: AGPL 3.0 diff --git a/util/version.cpp b/util/version.cpp index 9ba9a488cb7..58e910dc397 100644 --- a/util/version.cpp +++ b/util/version.cpp @@ -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-rc2-pre-"; + const char versionString[] = "2.0.7"; // See unit test for example outputs static BSONArray _versionArray(const char* version){ -- cgit v1.2.1