File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ project (Skywalker C CXX)
8
8
9
9
set (SKYWALKER_VERSION_MAJOR 1 )
10
10
set (SKYWALKER_VERSION_MINOR 0 )
11
- set (SKYWALKER_VERSION_PATCH 1 )
11
+ set (SKYWALKER_VERSION_PATCH 2 )
12
12
set (SKYWALKER_VERSION_STRING ${SKYWALKER_VERSION_MAJOR} .${SKYWALKER_VERSION_MINOR}.${SKYWALKER_VERSION_PATCH} )
13
13
14
14
enable_testing ()
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ default: all
53
53
54
54
SHARED_VERSION_MAJOR = 1
55
55
SHARED_VERSION_MINOR = 0
56
- SHARED_VERSION_PATCH = 1
56
+ SHARED_VERSION_PATCH = 2
57
57
SHARED_LIB1 = libskywalker.$(PLATFORM_SHARED_EXT )
58
58
SHARED_LIB2 = $(SHARED_LIB1 ) .$(SHARED_VERSION_MAJOR )
59
59
SHARED_LIB3 = $(SHARED_LIB1 ) .$(SHARED_VERSION_MAJOR ) .$(SHARED_VERSION_MINOR ) .${SHARED_VERSION_PATCH}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Skywalker支持Linux,Mac OS X,FreeBSD等类Unix平台,不支持Windows平
49
49
## 编译依赖
50
50
* LevelDB v1.3及以上版本
51
51
* Protobuf v3.0.0及以上版本
52
- * Voyager v1.0.0及以上版本
52
+ * Voyager v1.0.2及以上版本
53
53
54
54
## 编译安装
55
55
(1) LevelDB编译安装(https://github.com/google/leveldb/blob/master/README.md )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace skywalker {
16
16
// Update Makefile if you change these
17
17
static const int kMajorVersion = 1 ;
18
18
static const int kMinorVersion = 0 ;
19
- static const int kPatchVersion = 1 ;
19
+ static const int kPatchVersion = 2 ;
20
20
21
21
// A Node is safe for concurrent access from multiple threads without
22
22
// any external synchronization.
You can’t perform that action at this time.
0 commit comments