0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

BUMP 1.8.0-rc0

This commit is contained in:
Eliot Horowitz 2011-02-22 15:28:02 -05:00
parent 2c6e26690a
commit 65a7e81df0
4 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mongodb (1.8.0-rc0) unstable; urgency=low
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10245
-- Richard Kreuter <richard@10gen.com> Tue, 22 Feb 2011 16:56:28 -0500
mongodb (1.7.6) unstable; urgency=low
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10223

View File

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

View File

@ -1,5 +1,5 @@
Name: mongo
Version: 1.7.6
Version: 1.8.0-rc0
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0

View File

@ -26,7 +26,7 @@
namespace mongo {
const char versionString[] = "1.7.7-pre-";
const char versionString[] = "1.8.0-rc0";
string mongodVersion() {
stringstream ss;