summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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