summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-05 09:32:06 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-05 09:32:06 -0400
commit2c7f164b653f0d703947572ede064aed41cc2185 (patch)
tree8370f846f58f6d71165b7a0e2eda04648584ec76
parent53d1c8bbad28c567707bedc4a58e5b5961142fa8 (diff)
downloadmongo-r1.6.0.tar.gz
BUMP 1.6.0r1.6.0
-rw-r--r--debian/changelog5
-rw-r--r--doxygenConfig2
-rw-r--r--rpm/mongo.spec2
-rw-r--r--util/version.cpp2
4 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 8919ca923b5..3281e1841e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,8 @@
+mongodb (1.6.0) unstable; urgency=low
+
+ * sharding stable
+ * replica_sets stable
+
mongodb (1.5.8) unstable; urgency=low
* sharding lots of changes
diff --git a/doxygenConfig b/doxygenConfig
index 93db1315f77..6e9cb026755 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 1.5.8
+PROJECT_NUMBER = 1.6.0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 61c4465371e..defc29fb514 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
-Version: 1.5.8
+Version: 1.6.0
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 9c830232995..c49c064f9e8 100644
--- a/util/version.cpp
+++ b/util/version.cpp
@@ -14,7 +14,7 @@ namespace mongo {
// mongo processes version support
//
- const char versionString[] = "1.6.0-pre-";
+ const char versionString[] = "1.6.0";
string mongodVersion() {
stringstream ss;