File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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.
2222FetchContent_Declare(
2323 kcl-lib
2424 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.
2626 SOURCE_SUBDIR cpp
2727)
2828FetchContent_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.
3030<dependency >
3131 <groupId >com.kcl</groupId >
3232 <artifactId >kcl-lib</artifactId >
33- <version >0.10.7 -SNAPSHOT</version >
33+ <version >0.10.8 -SNAPSHOT</version >
3434</dependency >
3535```
3636
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.
3030<dependency >
3131 <groupId >com.kcl</groupId >
3232 <artifactId >kcl-lib-kotlin</artifactId >
33- <version >0.10.7 -SNAPSHOT</version >
33+ <version >0.10.8 -SNAPSHOT</version >
3434</dependency >
3535```
3636
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.
2222FetchContent_Declare(
2323 kcl-lib
2424 GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25- GIT_TAG v0.9.3
25+ GIT_TAG v0.10.8
2626 SOURCE_SUBDIR cpp
2727)
2828FetchContent_MakeAvailable(kcl-lib)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 5
3030<dependency >
3131 <groupId >com.kcl</groupId >
3232 <artifactId >kcl-lib</artifactId >
33- <version >0.10.7 -SNAPSHOT</version >
33+ <version >0.10.8 -SNAPSHOT</version >
3434</dependency >
3535```
3636
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 8
3030<dependency >
3131 <groupId >com.kcl</groupId >
3232 <artifactId >kcl-lib-kotlin</artifactId >
33- <version >0.10.7 -SNAPSHOT</version >
33+ <version >0.10.8 -SNAPSHOT</version >
3434</dependency >
3535```
3636
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.
2222FetchContent_Declare(
2323 kcl-lib
2424 GIT_REPOSITORY https://github.com/kcl-lang/lib.git
25- GIT_TAG v0.9.3
25+ GIT_TAG v0.10.8
2626 SOURCE_SUBDIR cpp
2727)
2828FetchContent_MakeAvailable(kcl-lib)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 5
3030<dependency >
3131 <groupId >com.kcl</groupId >
3232 <artifactId >kcl-lib</artifactId >
33- <version >0.10.7 -SNAPSHOT</version >
33+ <version >0.10.8 -SNAPSHOT</version >
3434</dependency >
3535```
3636
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sidebar_position: 8
3030<dependency >
3131 <groupId >com.kcl</groupId >
3232 <artifactId >kcl-lib-kotlin</artifactId >
33- <version >0.10.7 -SNAPSHOT</version >
33+ <version >0.10.8 -SNAPSHOT</version >
3434</dependency >
3535```
3636
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.
2222FetchContent_Declare(
2323 kcl-lib
2424 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.
2626 SOURCE_SUBDIR cpp
2727)
2828FetchContent_MakeAvailable(kcl-lib)
You can’t perform that action at this time.
0 commit comments