Skip to content

Commit

Permalink
BUMP 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Sep 23, 2010
1 parent 0f4ecab commit 278bd2a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
mongodb (1.6.3) unstable; urgency=low

* replica_sets slavedelay, rollback
* sharding optimization for larger than ram data sets
* full change log http://jira.mongodb.org/browse/SERVER/fixforversion/10190

-- Richard Kreuter <richard@10gen.com> Thu, 23 Sep 2010 16:56:28 -0500

mongodb (1.6.2) unstable; urgency=low

* replica_sets some fixes
Expand Down
2 changes: 1 addition & 1 deletion doxygenConfig
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 1.6.2
PROJECT_NUMBER = 1.6.3
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
Version: 1.6.2
Version: 1.6.3
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
Expand Down
2 changes: 1 addition & 1 deletion util/version.cpp
Expand Up @@ -14,7 +14,7 @@ namespace mongo {
// mongo processes version support
//

const char versionString[] = "1.6.3-pre-";
const char versionString[] = "1.6.3";

string mongodVersion() {
stringstream ss;
Expand Down

0 comments on commit 278bd2a

Please sign in to comment.