File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ mongodb (1.9.0) unstable; urgency=low
2+
3+ * see http://jira.mongodb.org/browse/SERVER/fixforversion/10232
4+
5+ -- Richard Kreuter <
[email protected] > Sun, 01 May 2011 16:56:28 -0500
6+
17mongodb (1.8.0-rc0) unstable; urgency=low
28
39 * see http://jira.mongodb.org/browse/SERVER/fixforversion/10245
Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = MongoDB
6- PROJECT_NUMBER = 1.9.0-pre-
6+ PROJECT_NUMBER = 1.9.0
77OUTPUT_DIRECTORY = docs/doxygen
88CREATE_SUBDIRS = NO
99OUTPUT_LANGUAGE = English
Original file line number Diff line number Diff line change 11Name: mongo
2- Version: 1.8.0-rc0
2+ Version: 1.9.0
33Release: mongodb_1%{?dist }
44Summary: mongo client shell and tools
55License: AGPL 3.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace mongo {
3535 * 1.2.3-rc4-pre-
3636 * If you really need to do something else you'll need to fix _versionArray()
3737 */
38- const char versionString[] = " 1.9.0-pre- " ;
38+ const char versionString[] = " 1.9.0" ;
3939
4040 // See unit test for example outputs
4141 static BSONArray _versionArray (const char * version){
You can’t perform that action at this time.
0 commit comments