File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = MongoDB
6- PROJECT_NUMBER = 2.2.2-rc2-pre-
6+ PROJECT_NUMBER = 2.2.2
77OUTPUT_DIRECTORY = docs/doxygen
88CREATE_SUBDIRS = NO
99OUTPUT_LANGUAGE = English
Original file line number Diff line number Diff line change 11Name: mongo-10gen
22Conflicts: mongo, mongo-10gen-unstable
33Obsoletes: mongo-stable
4- Version: 2.2.1
4+ Version: 2.2.2
55Release: mongodb_1%{?dist }
66Summary: mongodb client shell and tools
77License: AGPL 3.0
Original file line number Diff line number Diff 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.2.2-rc2-pre- " ;
46+ const char versionString[] = " 2.2.2" ;
4747
4848 // See unit test for example outputs
4949 static BSONArray _versionArray (const char * version){
You can’t perform that action at this time.
0 commit comments