summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-03-22 15:55:25 -0400
committerEliot Horowitz <eliot@10gen.com>2013-03-22 15:55:25 -0400
commit1560959e9ce11a693be8b4d0d160d633eee75110 (patch)
tree275782e5b5b50c06b916ef7382bbb8b0fb30a57d
parent2308e25ae49bc53f4790851918f2da586eaad6a0 (diff)
downloadmongo-v2.4.1.tar.gz
BUMP 2.4.1r2.4.1v2.4.1
-rw-r--r--debian/changelog6
-rw-r--r--doxygenConfig2
-rwxr-xr-xrpm/mongo.spec2
-rw-r--r--src/mongo/util/version.cpp2
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e354d4affa..98c7d6be54f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (2.4.1) unstable; urgency=low
+
+ * see http://docs.mongodb.org/manual/release-notes/2.4/
+
+ -- Richard Kreuter <richard@10gen.com> Fri, 23 Mar 2013 16:56:28 -0500
+
mongodb (2.4.0) unstable; urgency=low
* see http://docs.mongodb.org/manual/release-notes/2.4/
diff --git a/doxygenConfig b/doxygenConfig
index 24af165ea37..555ca59a38f 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 2.4.0
+PROJECT_NUMBER = 2.4.1
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 7610f421e96..2946228d6d6 100755
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,7 +1,7 @@
Name: mongo-10gen
Conflicts: mongo, mongo-10gen-unstable
Obsoletes: mongo-stable
-Version: 2.4.0
+Version: 2.4.1
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
diff --git a/src/mongo/util/version.cpp b/src/mongo/util/version.cpp
index 0205db3e00a..2136a70c35e 100644
--- a/src/mongo/util/version.cpp
+++ b/src/mongo/util/version.cpp
@@ -47,7 +47,7 @@ namespace mongo {
* 1.2.3-rc4-pre-
* If you really need to do something else you'll need to fix _versionArray()
*/
- const char versionString[] = "2.4.0";
+ const char versionString[] = "2.4.1";
// See unit test for example outputs
BSONArray toVersionArray(const char* version){