diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2014-08-15 11:45:22 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2014-08-15 11:45:22 -0400 |
commit | 5b84ff5201607e19f4276675f9930c571c906914 (patch) | |
tree | 80caa18724ae3a6a683a6c028e357611b39ac189 | |
parent | cefb0ef38f050b73b2bf8211add55f3749753e0a (diff) | |
download | mongo-5b84ff5201607e19f4276675f9930c571c906914.tar.gz |
BUMP 2.4.11-rc0r2.4.11-rc0
-rw-r--r-- | doxygenConfig | 2 | ||||
-rw-r--r-- | rpm/mongo.mdv.spec | 4 | ||||
-rwxr-xr-x | rpm/mongo.spec | 2 | ||||
-rw-r--r-- | src/mongo/util/version.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doxygenConfig b/doxygenConfig index c5e1690c14c..2a76b871a0b 100644 --- a/doxygenConfig +++ b/doxygenConfig @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = MongoDB -PROJECT_NUMBER = 2.4.11-pre- +PROJECT_NUMBER = 2.4.11-rc0 OUTPUT_DIRECTORY = docs/doxygen CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/rpm/mongo.mdv.spec b/rpm/mongo.mdv.spec index cab3fede625..a24f1801164 100644 --- a/rpm/mongo.mdv.spec +++ b/rpm/mongo.mdv.spec @@ -1,5 +1,5 @@ %define name mongodb -%define version 1.3.4 +%define version 2.4.11-rc0 %define release %mkrel 1 Name: %{name} @@ -140,4 +140,4 @@ fi - Minor fixes. * Sat Oct 24 2009 Joe Miklojcik <jmiklojcik@shopwiki.com> - -- Wrote mongo.spec.
\ No newline at end of file +- Wrote mongo.spec. diff --git a/rpm/mongo.spec b/rpm/mongo.spec index d8a9a121bed..d5f71c45fed 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.8 +Version: 2.4.11-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 aa3e0cf7019..1604d154992 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.11-pre-"; + const char versionString[] = "2.4.11-rc0"; // See unit test for example outputs BSONArray toVersionArray(const char* version){ |