File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ mongodb (1.8.4) unstable; urgency=low
22
33 * see http://jira.mongodb.org/browse/SERVER/fixforversion/10595
44
5- -- Richard Kreuter <
[email protected] >
Thu, 6 Oct 2011 16:56:28 -0500
5+ -- Richard Kreuter <
[email protected] >
Mon, 24 Oct 2011 16:56:28 -0500
66
77mongodb (1.8.3) unstable; urgency=low
88
Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = MongoDB
6- PROJECT_NUMBER = 1.8.4-rc1-pre-
6+ PROJECT_NUMBER = 1.8.4
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.4-rc0
2+ Version: 1.8.4
33Release: mongodb_1%{?dist }
44Summary: mongo client shell and tools
55License: AGPL 3.0
Original file line number Diff line number Diff line change 2727
2828namespace mongo {
2929
30- const char versionString[] = " 1.8.4-rc1-pre- " ;
30+ const char versionString[] = " 1.8.4" ;
3131
3232 string mongodVersion () {
3333 stringstream ss;
You can’t perform that action at this time.
0 commit comments