Compare commits

...

1 Commits

Author SHA1 Message Date
Ernie Hershey
d71410cd19 post 2.4.14 2015-04-29 19:53:06 -04:00
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.4.14
PROJECT_NUMBER = 2.4.15-pre-
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@@ -1,5 +1,5 @@
%define name mongodb
%define version 2.4.14
%define version 2.4.15-pre-
%define release %mkrel 1
Name: %{name}

View File

@@ -1,7 +1,7 @@
Name: mongo-10gen
Conflicts: mongo, mongo-10gen-unstable
Obsoletes: mongo-stable
Version: 2.4.14
Version: 2.4.15-pre-
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0

View File

@@ -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.14";
const char versionString[] = "2.4.15-pre-";
// See unit test for example outputs
BSONArray toVersionArray(const char* version){