summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-02-23 17:29:40 -0500
committerEliot Horowitz <eliot@10gen.com>2010-02-23 17:29:40 -0500
commitd498124c60b8412dba4c49c4b404e207fff82b4c (patch)
treeb4319e83148dc5a4c90de2e75c278175b61e611e
parent8d182e16390e8884f1614b7fd7eea0830e10e302 (diff)
downloadmongo-r1.2.3.tar.gz
BUMP 1.2.3r1.2.3
-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 d32fa0b6630..84263ba82cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mongodb (1.2.2) unsable; urgency=low
+mongodb (1.2.3) unsable; urgency=low
* munged debian files
diff --git a/doxygenConfig b/doxygenConfig
index 856d5360e60..14e2a88eaa8 100644
--- a/doxygenConfig
+++ b/doxygenConfig
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
-PROJECT_NUMBER = 1.2.2
+PROJECT_NUMBER = 1.2.3
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/mongo.spec b/rpm/mongo.spec
index 6ee958f12fa..354f7fbd827 100644
--- a/rpm/mongo.spec
+++ b/rpm/mongo.spec
@@ -1,5 +1,5 @@
Name: mongo
-Version: 1.2.2
+Version: 1.2.3
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
diff --git a/stdafx.cpp b/stdafx.cpp
index ff63ea66de0..65dc7962374 100644
--- a/stdafx.cpp
+++ b/stdafx.cpp
@@ -32,6 +32,6 @@
namespace mongo {
- const char versionString[] = "1.2.3-";
+ const char versionString[] = "1.2.3";
} // namespace mongo