Upgrade LevelDB to 1.18
[novacoin.git] / src / leveldb / include / leveldb / db.h
index da8b11a..4c169bf 100644 (file)
@@ -14,7 +14,7 @@ namespace leveldb {
 
 // Update Makefile if you change these
 static const int kMajorVersion = 1;
-static const int kMinorVersion = 12;
+static const int kMinorVersion = 18;
 
 struct Options;
 struct ReadOptions;