Skip to content

Commit 86d6c3b

Browse files
author
Dan Pasette
committed
BUMP 2.3.0
1 parent 3cbe374 commit 86d6c3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doxygenConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------------------------------------------------
44
DOXYFILE_ENCODING = UTF-8
55
PROJECT_NAME = MongoDB
6-
PROJECT_NUMBER = 2.3.0-pre-
6+
PROJECT_NUMBER = 2.3.0
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

src/mongo/util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace mongo {
4343
* 1.2.3-rc4-pre-
4444
* If you really need to do something else you'll need to fix _versionArray()
4545
*/
46-
const char versionString[] = "2.3.0-pre-";
46+
const char versionString[] = "2.3.0";
4747

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

0 commit comments

Comments
 (0)