Skip to content

Commit

Permalink
post 2.0.3-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Crosta committed Feb 7, 2012
1 parent 643c3a2 commit d77cc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doxygenConfig
Expand Up @@ -3,7 +3,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.0.3-rc0 PROJECT_NUMBER = 2.0.3-rc1-pre-
OUTPUT_DIRECTORY = docs/doxygen OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion util/version.cpp
Expand Up @@ -38,7 +38,7 @@ namespace mongo {
* 1.2.3-rc4-pre- * 1.2.3-rc4-pre-
* If you really need to do something else you'll need to fix _versionArray() * If you really need to do something else you'll need to fix _versionArray()
*/ */
const char versionString[] = "2.0.3-rc0"; const char versionString[] = "2.0.3-rc1-pre-";


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

0 comments on commit d77cc8d

Please sign in to comment.