File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ Google Inc.
6
6
# Initial version authors:
7
7
8
8
Sanjay Ghemawat <
[email protected] >
9
+
10
+ # Partial list of contributors:
11
+
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ SHARED = $(SHARED1)
70
70
else
71
71
# Update db.h if you change these.
72
72
SHARED_MAJOR = 1
73
- SHARED_MINOR = 11
73
+ SHARED_MINOR = 12
74
74
SHARED1 = libleveldb.$(PLATFORM_SHARED_EXT )
75
75
SHARED2 = $(SHARED1 ) .$(SHARED_MAJOR )
76
76
SHARED3 = $(SHARED1 ) .$(SHARED_MAJOR ) .$(SHARED_MINOR )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace leveldb {
14
14
15
15
// Update Makefile if you change these
16
16
static const int kMajorVersion = 1 ;
17
- static const int kMinorVersion = 11 ;
17
+ static const int kMinorVersion = 12 ;
18
18
19
19
struct Options ;
20
20
struct ReadOptions ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2013 The LevelDB Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file. See the AUTHORS file for names of contributors.
4
+
1
5
// Test for issue 178: a manual compaction causes deleted data to reappear.
2
6
#include < iostream>
3
7
#include < sstream>
You can’t perform that action at this time.
0 commit comments