diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-04-27 11:19:01 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-04-27 11:19:01 -0400 |
commit | 53749fc2d547a3139fcf169d84d58442778ea4b0 (patch) | |
tree | 77981d9212e8f5cbca1d2b76edc8e1d11d47dbdb /stdafx.cpp | |
parent | e171d10a100ba70f565eb49e2ba902ba0efe39ac (diff) | |
download | mongo-r1.4.2.tar.gz |
BUMP 1.4.2r1.4.2
Diffstat (limited to 'stdafx.cpp')
-rw-r--r-- | stdafx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.cpp b/stdafx.cpp index 30ece35fc32..09f202a97f0 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -32,6 +32,6 @@ namespace mongo { - const char versionString[] = "1.4.2-pre-"; + const char versionString[] = "1.4.2"; } // namespace mongo |