diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-03-24 23:15:02 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-03-24 23:15:02 -0400 |
commit | 41a2421ab975f7afe43f2455d224ddc9e9fed0c5 (patch) | |
tree | c83ca10b3dc30726a1426c294c8509804f99866c /stdafx.cpp | |
parent | a46c77023b22eb551f4e4182055591198b91be5f (diff) | |
download | mongo-41a2421ab975f7afe43f2455d224ddc9e9fed0c5.tar.gz |
1.4 branch
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 75ce73b56d3..3bcee8c321b 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -32,6 +32,6 @@ namespace mongo { - const char versionString[] = "1.3.6-pre-"; + const char versionString[] = "1.4.0-pre-"; } // namespace mongo |