Skip to content

Commit 05bebf9

Browse files
committed
BUMP 2.4.14
1 parent 5ffe7ef commit 05bebf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doxygenConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------------------------------------------------
44
DOXYFILE_ENCODING = UTF-8
55
PROJECT_NAME = MongoDB
6-
PROJECT_NUMBER = 2.4.14-rc1-pre-
6+
PROJECT_NUMBER = 2.4.14
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

rpm/mongo.mdv.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name mongodb
2-
%define version 2.4.14-rc1-pre-
2+
%define version 2.4.14
33
%define release %mkrel 1
44

55
Name: %{name}

rpm/mongo.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: mongo-10gen
22
Conflicts: mongo, mongo-10gen-unstable
33
Obsoletes: mongo-stable
4-
Version: 2.4.14-rc1-pre-
4+
Version: 2.4.14
55
Release: mongodb_1%{?dist}
66
Summary: mongo client shell and tools
77
License: AGPL 3.0

src/mongo/util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace mongo {
4747
* 1.2.3-rc4-pre-
4848
* If you really need to do something else you'll need to fix _versionArray()
4949
*/
50-
const char versionString[] = "2.4.14-rc1-pre-";
50+
const char versionString[] = "2.4.14";
5151

5252
// See unit test for example outputs
5353
BSONArray toVersionArray(const char* version){

0 commit comments

Comments
 (0)