mirror of https://github.com/mongodb/mongo
BUMP 1.2.5
This commit is contained in:
parent
c0acb04e0f
commit
672fda4244
|
|
@ -1,3 +1,9 @@
|
|||
mongodb (1.2.5) unsable; urgency=low
|
||||
|
||||
* replication clock skew fix
|
||||
|
||||
-- Richard Kreuter <richard@10gen.com> Fri, 05 Feb 2010 16:56:28 -0500
|
||||
|
||||
mongodb (1.2.4) unsable; urgency=low
|
||||
|
||||
* shell fix
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = MongoDB
|
||||
PROJECT_NUMBER = 1.2.4
|
||||
PROJECT_NUMBER = 1.2.5
|
||||
OUTPUT_DIRECTORY = docs
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: mongo
|
||||
Version: 1.3.3
|
||||
Version: 1.2.5
|
||||
Release: mongodb_1%{?dist}
|
||||
Summary: mongo client shell and tools
|
||||
License: AGPL 3.0
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@
|
|||
|
||||
namespace mongo {
|
||||
|
||||
const char versionString[] = "1.2.5-";
|
||||
const char versionString[] = "1.2.5";
|
||||
|
||||
} // namespace mongo
|
||||
|
|
|
|||
Loading…
Reference in New Issue