diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-06-24 02:59:38 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-06-24 02:59:38 -0400 |
commit | def2f4e546f170949a8bb7deba9e0d1a0b3c50c2 (patch) | |
tree | 2c900e10897fe62e4df702f645de2b3adffa14e6 /stdafx.cpp | |
parent | d4570964455bbd57c52f753fbe6a0a0828022991 (diff) | |
download | mongo-def2f4e546f170949a8bb7deba9e0d1a0b3c50c2.tar.gz |
0.9.5+ MINOR
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 ee66afd028e..8c7e724f638 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -20,6 +20,6 @@ namespace mongo { - const char versionString[] = "0.9.5"; + const char versionString[] = "0.9.5+"; } // namespace mongo |