From cdff2417cbb685beb68ed2a56904df2c9ae4cdaa Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Fri, 14 Aug 2009 15:17:23 -0400 Subject: [PATCH] 0.9.8+ --- stdafx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdafx.cpp b/stdafx.cpp index 92246b62e1b..708d3033b36 100644 --- a/stdafx.cpp +++ b/stdafx.cpp @@ -33,6 +33,6 @@ namespace mongo { - const char versionString[] = "0.9.8"; + const char versionString[] = "0.9.8+"; } // namespace mongo