summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-31 11:29:42 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-31 11:29:42 -0500
commit6fb87032031c0d9f88490c14b953b5dd934a5849 (patch)
tree55a254d6cf4f99b85a4f6cb49de156977705118d
parent3d831edf3da3ecde73c84d25dbd9f542c3c8a665 (diff)
downloadmongo-r1.3.0.tar.gz
BUMP 1.3.0r1.3.0
-rw-r--r--debian/changelog2
-rw-r--r--stdafx.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 192207680ed..e3a3e1ac67a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mongodb (1.1.3) unstable; urgency=low
+mongodb (1.3.0) unstable; urgency=low
* Initial release
diff --git a/stdafx.cpp b/stdafx.cpp
index ec439b89f01..856b6713860 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -32,6 +32,6 @@
namespace mongo {
- const char versionString[] = "1.3.0-";
+ const char versionString[] = "1.3.0";
} // namespace mongo