Skip to content

Commit

Permalink
BUMP 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Aug 19, 2011
1 parent c520e0b commit c206d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Expand Up @@ -2,7 +2,7 @@ mongodb (1.8.3) unstable; urgency=low


* see http://jira.mongodb.org/browse/SERVER/fixforversion/10380 * see http://jira.mongodb.org/browse/SERVER/fixforversion/10380


-- Richard Kreuter <richard@10gen.com> Wed, 10 Jun 2011 16:56:28 -0500 -- Richard Kreuter <richard@10gen.com> Fri, 19 Aug 2011 16:56:28 -0500


mongodb (1.8.2) unstable; urgency=low mongodb (1.8.2) unstable; urgency=low


Expand Down
2 changes: 1 addition & 1 deletion doxygenConfig
Expand Up @@ -3,7 +3,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB PROJECT_NAME = MongoDB
PROJECT_NUMBER = 1.8.3-rc2-pre- PROJECT_NUMBER = 1.8.3
OUTPUT_DIRECTORY = docs/doxygen OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion util/version.cpp
Expand Up @@ -27,7 +27,7 @@


namespace mongo { namespace mongo {


const char versionString[] = "1.8.3-rc2-pre-"; const char versionString[] = "1.8.3";


string mongodVersion() { string mongodVersion() {
stringstream ss; stringstream ss;
Expand Down

0 comments on commit c206d77

Please sign in to comment.