Skip to content
Snippets Groups Projects
Commit d8565915 authored by Eliot Horowitz's avatar Eliot Horowitz
Browse files

BUMP 1.7.2

parent 6b1e3d23
No related merge requests found
mongodb (1.7.2) unstable; urgency=low
* sharding lots of changes
* replica_sets lots of changes
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10194
-- Richard Kreuter <richard@10gen.com> Fri, 29 Oct 2010 16:56:28 -0500
mongodb (1.7.1) unstable; urgency=low
* sharding lots of changes
......
......@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 1.7.2-pre-
PROJECT_NUMBER = 1.7.2
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
......
Name: mongo
Version: 1.7.1
Version: 1.7.2
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.7.2-pre-";
const char versionString[] = "1.7.2";
string mongodVersion() {
stringstream ss;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment