summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-04-27 11:19:01 -0400
committerEliot Horowitz <eliot@10gen.com>2010-04-27 11:19:01 -0400
commit53749fc2d547a3139fcf169d84d58442778ea4b0 (patch)
tree77981d9212e8f5cbca1d2b76edc8e1d11d47dbdb
parente171d10a100ba70f565eb49e2ba902ba0efe39ac (diff)
downloadmongo-r1.4.2.tar.gz
BUMP 1.4.2r1.4.2
-rw-r--r--debian/changelog7
-rw-r--r--doxygenConfig2
-rw-r--r--rpm/mongo.spec2
-rw-r--r--stdafx.cpp2
4 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index c024131eb46..8dff07dbdf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mongodb (1.4.2) unstable; urgency=low
+
+ * bug fixes
+
+ -- Richard Kreuter <richard@10gen.com> Tue, 27 Apr 2010 16:56:28 -0500
+
+
mongodb (1.4.1) unstable; urgency=low
* bug fixes
diff --git a/doxygenConfig b/doxygenConfig
index 60779694f4e..37ca7f2d792 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 1.4.1
+PROJECT_NUMBER = 1.4.2
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 823ba95ea6f..526cf4b8fdd 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
-Version: 1.4.1
+Version: 1.4.2
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
diff --git a/stdafx.cpp b/stdafx.cpp
index 30ece35fc32..09f202a97f0 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -32,6 +32,6 @@
namespace mongo {
- const char versionString[] = "1.4.2-pre-";
+ const char versionString[] = "1.4.2";
} // namespace mongo