summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2015-02-18 16:43:18 -0500
committerErnie Hershey <ernie.hershey@10gen.com>2015-02-18 16:43:18 -0500
commit821ee5672b55cf8720e0901c8efd7837226f4945 (patch)
tree4463bbb4e7fcb4a982dd15d45fd19c222f8b7cca
parent04c33a8e1f97542f92c34432a2871fa7e359a342 (diff)
downloadmongo-821ee5672b55cf8720e0901c8efd7837226f4945.tar.gz
BUMP 2.4.13-rc0r2.4.13-rc0
-rw-r--r--doxygenConfig2
-rw-r--r--rpm/mongo.mdv.spec2
-rwxr-xr-xrpm/mongo.spec2
-rw-r--r--src/mongo/util/version.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/doxygenConfig b/doxygenConfig
index 07b68839516..8cb60ac6a75 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 2.4.13-pre-
+PROJECT_NUMBER = 2.4.13-rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.mdv.spec b/rpm/mongo.mdv.spec
index 95c4f53a13c..ad0678e3264 100644
--- a/rpm/mongo.mdv.spec
+++ b/rpm/mongo.mdv.spec
@@ -1,5 +1,5 @@
%define name mongodb
-%define version 2.4.13-pre-
+%define version 2.4.13-rc0
%define release %mkrel 1
Name: %{name}
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 2d603580a49..e4c50c3cb5f 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.13-pre-
+Version: 2.4.13-rc0
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 49a05006c26..cd243aedc9e 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.13-pre-";
+ const char versionString[] = "2.4.13-rc0";
// See unit test for example outputs
BSONArray toVersionArray(const char* version){