Skip to content
Snippets Groups Projects
Commit 67c9ac45 authored by Eliot Horowitz's avatar Eliot Horowitz
Browse files

BUMP 2.0.4-rc0

parent d216bc37
No related merge requests found
......@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.0.4-pre-
PROJECT_NUMBER = 2.0.4-rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
......
......@@ -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.4-pre-";
const char versionString[] = "2.0.4-rc0";
// See unit test for example outputs
static BSONArray _versionArray(const char* version){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment