summaryrefslogtreecommitdiff
path: root/db/pdfile.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-01-14 13:56:52 -0500
committerAaron <aaron@10gen.com>2009-01-14 13:56:52 -0500
commit21a13b1336826972a0c029995e2382e17561572a (patch)
treeb2921535a0e006db09ce5d435b7a8b4f61529c52 /db/pdfile.h
parent72a4d77e23e90da4267fc6cc00b64d876c6a5fe4 (diff)
downloadmongo-21a13b1336826972a0c029995e2382e17561572a.tar.gz
NEW pdfile # : 4.4; Support compound directions with compound indexes
Diffstat (limited to 'db/pdfile.h')
-rw-r--r--db/pdfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pdfile.h b/db/pdfile.h
index c92617178cf..c36c9b32f58 100644
--- a/db/pdfile.h
+++ b/db/pdfile.h
@@ -27,7 +27,7 @@
// see version, versionMinor, below.
const int VERSION = 4;
-const int VERSION_MINOR = 3;
+const int VERSION_MINOR = 4;
#include "../stdafx.h"
#include "../util/mmap.h"