Skip to content

Commit 5c0a444

Browse files
committed
BUMP 1.7.4
1 parent 90b4b4a commit 5c0a444

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
mongodb (1.7.4) unstable; urgency=low
2+
3+
* sharding lots of changes
4+
* replica_sets lots of changes
5+
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10210
6+
7+
-- Richard Kreuter <[email protected]> Mon, 20 Dec 2010 16:56:28 -0500
8+
19
mongodb (1.7.3) unstable; urgency=low
210

311
* sharding lots of changes

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.7.4-pre-
6+
PROJECT_NUMBER = 1.7.4
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.7.3
2+
Version: 1.7.4
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
@@ -26,7 +26,7 @@
2626

2727
namespace mongo {
2828

29-
const char versionString[] = "1.7.4-pre-";
29+
const char versionString[] = "1.7.4";
3030

3131
string mongodVersion() {
3232
stringstream ss;

0 commit comments

Comments
 (0)