diff options
| author | Eliot Horowitz <eliot@10gen.com> | 2010-01-26 12:56:05 -0500 |
|---|---|---|
| committer | Eliot Horowitz <eliot@10gen.com> | 2010-01-26 12:56:05 -0500 |
| commit | 8a4fb8b1c7cb78648c55368d806ba35054f6be54 (patch) | |
| tree | d9803da7d6c7a40ac947ab03486e242cc679caeb | |
| parent | a6d37a6d3ebf7207b8778c6307e5cfbf1c4731b6 (diff) | |
BUMP 1.2.2r1.2.2
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | doxygenConfig | 2 | ||||
| -rw-r--r-- | rpm/mongo.spec | 2 | ||||
| -rw-r--r-- | stdafx.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index e20ce59ebd9..c068dafb47f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mongodb (1.2.1) stable; urgency=low +mongodb (1.2.2) stable; urgency=low * Initial release diff --git a/doxygenConfig b/doxygenConfig index 31c8b6f7a25..856d5360e60 100644 --- a/doxygenConfig +++ b/doxygenConfig @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = MongoDB -PROJECT_NUMBER = 1.2.1 db +PROJECT_NUMBER = 1.2.2 OUTPUT_DIRECTORY = docs CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/rpm/mongo.spec b/rpm/mongo.spec index 67586f41492..6ee958f12fa 100644 --- a/rpm/mongo.spec +++ b/rpm/mongo.spec @@ -1,5 +1,5 @@ Name: mongo -Version: 1.2.1 +Version: 1.2.2 Release: mongodb_1%{?dist} Summary: mongo client shell and tools License: AGPL 3.0 diff --git a/stdafx.cpp b/stdafx.cpp index ffb62957095..004f3f9fe57 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -32,6 +32,6 @@ namespace mongo { - const char versionString[] = "1.2.2-"; + const char versionString[] = "1.2.2"; } // namespace mongo |
