summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-01-26 13:38:55 -0500
committerEliot Horowitz <eliot@10gen.com>2011-01-26 13:38:55 -0500
commit1978898d7a013657e5400133defdc996fb4c2c15 (patch)
treea5f6923a45ef4c635474a73aebb926db252d2465
parentf7d1dbff85b54014ead2d5859228fd16b072b9db (diff)
downloadmongo-1978898d7a013657e5400133defdc996fb4c2c15.tar.gz
BUMP 1.7.5r1.7.5
-rw-r--r--debian/changelog7
-rw-r--r--doxygenConfig2
-rw-r--r--rpm/mongo.spec2
-rw-r--r--util/version.cpp2
4 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b66fbab0d37..08dffc7fd53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doxygenConfig b/doxygenConfig
index 88c83583872..e48da6a5068 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -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
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 2e18ec72178..85d2d48c5d2 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -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
diff --git a/util/version.cpp b/util/version.cpp
index 18844f688e4..2704942ee21 100644
--- a/util/version.cpp
+++ b/util/version.cpp
@@ -26,7 +26,7 @@
namespace mongo {
- const char versionString[] = "1.7.5-pre-";
+ const char versionString[] = "1.7.5";
string mongodVersion() {
stringstream ss;