diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-09-10 17:15:37 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-09-10 17:15:37 -0400 |
commit | be79e2aecc2b414286fe0446ce253d86be09136c (patch) | |
tree | 0fa3678b09a7f6aede2a062d4ea4ae95da6e3e50 /stdafx.h | |
parent | 17dcc317cd624062ed822b90a335f9a5f6c4bec1 (diff) | |
download | mongo-be79e2aecc2b414286fe0446ce253d86be09136c.tar.gz |
bump pdfile version to 4.5
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]; |