mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
BUMP 1.5.3
This commit is contained in:
parent
aa908fe994
commit
068efc1b23
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
mongodb (1.5.3) unstable; urgency=low
|
||||
|
||||
* sharding lots of changes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10157
|
||||
|
||||
-- Richard Kreuter <richard@10gen.com> Thu, 17 Jun 2010 16:56:28 -0500
|
||||
|
||||
mongodb (1.5.2) unstable; urgency=low
|
||||
|
||||
* sharding lots of changes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10143
|
||||
|
@ -3,7 +3,7 @@
|
||||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = MongoDB
|
||||
PROJECT_NUMBER = 1.5.2
|
||||
PROJECT_NUMBER = 1.5.3
|
||||
OUTPUT_DIRECTORY = docs
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: mongo
|
||||
Version: 1.5.2
|
||||
Version: 1.5.3
|
||||
Release: mongodb_1%{?dist}
|
||||
Summary: mongo client shell and tools
|
||||
License: AGPL 3.0
|
||||
|
@ -14,7 +14,7 @@ namespace mongo {
|
||||
// mongo processes version support
|
||||
//
|
||||
|
||||
const char versionString[] = "1.5.3-pre-";
|
||||
const char versionString[] = "1.5.3";
|
||||
|
||||
string mongodVersion() {
|
||||
stringstream ss;
|
||||
|
Loading…
Reference in New Issue
Block a user