Skip to content

Commit 935deaf

Browse files
committed
BUMP 1.8.4-rc0
1 parent 30149a4 commit 935deaf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mongodb (1.8.4) unstable; urgency=low
2+
3+
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10595
4+
5+
-- Richard Kreuter <[email protected]> Thu, 6 Oct 2011 16:56:28 -0500
6+
17
mongodb (1.8.3) unstable; urgency=low
28

39
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10380

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 = 1.8.4-pre-
6+
PROJECT_NUMBER = 1.8.4-rc0
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

rpm/mongo.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mongo
2-
Version: 1.8.3
2+
Version: 1.8.4-rc0
33
Release: mongodb_1%{?dist}
44
Summary: mongo client shell and tools
55
License: AGPL 3.0

util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
namespace mongo {
2929

30-
const char versionString[] = "1.8.4-pre-";
30+
const char versionString[] = "1.8.4-rc0";
3131

3232
string mongodVersion() {
3333
stringstream ss;

0 commit comments

Comments
 (0)