0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Bump up minor version to account for last week's key-related changes. Cross fingers.

This commit is contained in:
Aaron 2008-12-19 13:41:53 -05:00
parent 81b17c9344
commit 6fab836a35

View File

@ -27,7 +27,7 @@
// see version, versionMinor, below. // see version, versionMinor, below.
const int VERSION = 4; const int VERSION = 4;
const int VERSION_MINOR = 0; const int VERSION_MINOR = 1;
#include "../stdafx.h" #include "../stdafx.h"
#include "../util/mmap.h" #include "../util/mmap.h"