Skip to content

Commit

Permalink
BUMP 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jan 26, 2011
1 parent f7d1dbf commit 1978898
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mongodb (1.7.5) unstable; urgency=low

* durability journalingin place
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10214

-- Richard Kreuter <richard@10gen.com> Wed, 26 Jan 2011 16:56:28 -0500

mongodb (1.7.4) unstable; urgency=low

* sharding lots of changes
Expand Down
2 changes: 1 addition & 1 deletion doxygenConfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 1.7.5-pre-
PROJECT_NUMBER = 1.7.5
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mongo
Version: 1.7.4
Version: 1.7.5
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion util/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

namespace mongo {

const char versionString[] = "1.7.5-pre-";
const char versionString[] = "1.7.5";

string mongodVersion() {
stringstream ss;
Expand Down

0 comments on commit 1978898

Please sign in to comment.