summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--doxygenConfig2
-rw-r--r--pch.cpp2
-rw-r--r--rpm/mongo.spec2
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b1ba35f2237..ed567b83b06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1.5.2) unstable; urgency=low
+
+ * sharding lots of changes
+
+ -- Richard Kreuter <richard@10gen.com> Wed, 27 May 2010 16:56:28 -0500
+
mongodb (1.5.1) unstable; urgency=low
* sharding lots of changes
diff --git a/doxygenConfig b/doxygenConfig
index 61cba94143e..4cd774abbc6 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 1.5.1
+PROJECT_NUMBER = 1.5.2
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/pch.cpp b/pch.cpp
index 43aa353a3ca..6d90caf5d8e 100644
--- a/pch.cpp
+++ b/pch.cpp
@@ -31,6 +31,6 @@
namespace mongo {
- const char versionString[] = "1.5.2-pre-";
+ const char versionString[] = "1.5.2";
} // namespace mongo
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 823f5643c18..cb0046a294b 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
-Version: 1.5.1
+Version: 1.5.2
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0