summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-30 13:01:40 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-30 13:01:40 -0500
commit45992de574979343f34fdfe96b069d5d1eff0182 (patch)
tree3dc494380cd68c1548c7fd4c41de822222a83a41
parent961d3ab8b21c06f633ddd83513baa848145b7916 (diff)
downloadmongo-45992de574979343f34fdfe96b069d5d1eff0182.tar.gz
BUMP 1.2.1r1.2.1
-rw-r--r--debian/changelog2
-rw-r--r--doxygenConfig2
-rw-r--r--rpm/mongo.spec2
-rw-r--r--stdafx.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 63a7eca4cbf..e20ce59ebd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mongodb (1.2.0) stable; urgency=low
+mongodb (1.2.1) stable; urgency=low
* Initial release
diff --git a/doxygenConfig b/doxygenConfig
index 6317ae9c49a..31c8b6f7a25 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 1.2.0
+PROJECT_NUMBER = 1.2.1 db
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 03227b1a715..67586f41492 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
-Version: 1.2.0
+Version: 1.2.1
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
diff --git a/stdafx.cpp b/stdafx.cpp
index 8f047d47995..dc5399cebd6 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -32,6 +32,6 @@
namespace mongo {
- const char versionString[] = "1.2.1-";
+ const char versionString[] = "1.2.1";
} // namespace mongo