Skip to content

Commit

Permalink
post 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ehershey committed Aug 22, 2014
1 parent fa13d1e commit 5806dba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doxygenConfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.4.11
PROJECT_NUMBER = 2.4.12-pre-
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.mdv.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name mongodb
%define version 2.4.11
%define version 2.4.12-pre-
%define release %mkrel 1

Name: %{name}
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: mongo-10gen
Conflicts: mongo, mongo-10gen-unstable
Obsoletes: mongo-stable
Version: 2.4.11
Version: 2.4.12-pre-
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion src/mongo/util/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
const char versionString[] = "2.4.12-pre-";

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

0 comments on commit 5806dba

Please sign in to comment.