summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-09-10 17:15:37 -0400
committerEliot Horowitz <eliot@10gen.com>2009-09-10 17:15:37 -0400
commitbe79e2aecc2b414286fe0446ce253d86be09136c (patch)
tree0fa3678b09a7f6aede2a062d4ea4ae95da6e3e50 /stdafx.h
parent17dcc317cd624062ed822b90a335f9a5f6c4bec1 (diff)
downloadmongo-be79e2aecc2b414286fe0446ce253d86be09136c.tar.gz
bump pdfile version to 4.5
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 10b207e3d72..568e35682cf 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -33,7 +33,7 @@ namespace mongo {
// pdfile versions
const int VERSION = 4;
- const int VERSION_MINOR = 4;
+ const int VERSION_MINOR = 5;
// mongo version
extern const char versionString[];