File tree 12 files changed +12
-12
lines changed
i18n/zh-CN/docusaurus-plugin-content-docs
current/reference/xlang-api
version-0.10/reference/xlang-api
versioned_docs/version-0.10/reference/xlang-api
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
22
22
FetchContent_Declare(
23
23
kcl-lib
24
24
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25
- GIT_TAG v0.9.1 # You can change the GitHub branch tag.
25
+ GIT_TAG v0.10.8 # You can change the GitHub branch tag.
26
26
SOURCE_SUBDIR cpp
27
27
)
28
28
FetchContent_MakeAvailable(kcl-lib)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib-kotlin</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
22
22
FetchContent_Declare(
23
23
kcl-lib
24
24
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25
- GIT_TAG v0.9.3
25
+ GIT_TAG v0.10.8
26
26
SOURCE_SUBDIR cpp
27
27
)
28
28
FetchContent_MakeAvailable(kcl-lib)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 5
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 8
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib-kotlin</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
22
22
FetchContent_Declare(
23
23
kcl-lib
24
24
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25
- GIT_TAG v0.9.3
25
+ GIT_TAG v0.10.8
26
26
SOURCE_SUBDIR cpp
27
27
)
28
28
FetchContent_MakeAvailable(kcl-lib)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 5
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 8
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib-kotlin</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ You can use FetchContent to add KCL C++ Lib to your project.
22
22
FetchContent_Declare(
23
23
kcl-lib
24
24
GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25
- GIT_TAG v0.9.1 # You can change the GitHub branch tag.
25
+ GIT_TAG v0.10.8 # You can change the GitHub branch tag.
26
26
SOURCE_SUBDIR cpp
27
27
)
28
28
FetchContent_MakeAvailable(kcl-lib)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
30
30
<dependency >
31
31
<groupId >com.kcl</groupId >
32
32
<artifactId >kcl-lib-kotlin</artifactId >
33
- <version >0.10.7 -SNAPSHOT</version >
33
+ <version >0.10.8 -SNAPSHOT</version >
34
34
</dependency >
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments