diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-03-25 12:02:37 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-03-25 12:02:37 -0400 |
commit | dac3b92e7c3f6a603ea5b066e0372de9d960aca8 (patch) | |
tree | d4ae1a63f49be2300240a8853a1856e0add606c8 /stdafx.cpp | |
parent | 514f8bbab657c1dc110d45eea6ea33de296dbb26 (diff) | |
download | mongo-dac3b92e7c3f6a603ea5b066e0372de9d960aca8.tar.gz |
post 1.4.0
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 0a80de61657..22890c4832b 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -32,6 +32,6 @@ namespace mongo { - const char versionString[] = "1.4.0"; + const char versionString[] = "1.4.1-pre-"; } // namespace mongo |