File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ mongodb (2.0.3) unstable; urgency=low
2+
3+ * see http://www.mongodb.org/display/DOCS/2.0+Release+Notes
4+ * see http://jira.mongodb.org/browse/SERVER/fixforversion/11001
5+
6+ -- Richard Kreuter <
[email protected] > Mon, 27 Feb 2012 16:56:28 -0500
7+
18mongodb (2.0.2) unstable; urgency=low
29
310 * see http://www.mongodb.org/display/DOCS/2.0+Release+Notes
Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = MongoDB
6- PROJECT_NUMBER = 2.0.3-rc2-pre-
6+ PROJECT_NUMBER = 2.0.3
77OUTPUT_DIRECTORY = docs/doxygen
88CREATE_SUBDIRS = NO
99OUTPUT_LANGUAGE = English
Original file line number Diff line number Diff line change 11Name: mongo
2- Version: 2.0.2
2+ Version: 2.0.3
33Release: mongodb_1%{?dist }
44Summary: mongo client shell and tools
55License: AGPL 3.0
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace mongo {
3838 * 1.2.3-rc4-pre-
3939 * If you really need to do something else you'll need to fix _versionArray()
4040 */
41- const char versionString[] = " 2.0.3-rc2-pre- " ;
41+ const char versionString[] = " 2.0.3" ;
4242
4343 // See unit test for example outputs
4444 static BSONArray _versionArray (const char * version){
You can’t perform that action at this time.
0 commit comments