summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-03-02 10:37:07 -0500
committerEliot Horowitz <eliot@10gen.com>2010-03-02 10:37:07 -0500
commit853524dc41aa926f4fd1504e6c46186769f51771 (patch)
treea4b983e1be5f1e8754f01d4730940341e120686d
parenta195c56c3ca46b4b31a86a5a0e2880adeecdfb91 (diff)
downloadmongo-853524dc41aa926f4fd1504e6c46186769f51771.tar.gz
BUMP 1.3.3r1.3.3
-rw-r--r--debian/changelog6
-rw-r--r--doxygenConfig2
-rw-r--r--rpm/mongo.spec2
-rw-r--r--stdafx.cpp2
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d1d0b9918c9..544ec32ddd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1.3.3) unstable; urgency=low
+
+ * geo
+
+ -- Richard Kreuter <richard@10gen.com> Fri, 05 Feb 2010 16:56:28 -0500
+
mongodb (1.3.2) unstable; urgency=low
* munged debian files
diff --git a/doxygenConfig b/doxygenConfig
index 4be7078556d..62a61c6d676 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 1.3.2
+PROJECT_NUMBER = 1.3.3
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 44f88622881..d086b31ed5e 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
-Version: 1.3.2
+Version: 1.3.3
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
diff --git a/stdafx.cpp b/stdafx.cpp
index 23b2768dff3..86d851f719c 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -32,6 +32,6 @@
namespace mongo {
- const char versionString[] = "1.3.3-";
+ const char versionString[] = "1.3.3";
} // namespace mongo