Skip to content

Commit f181e0d

Browse files
Copybara Botcmnrd
authored andcommitted
Update docs
1 parent b177953 commit f181e0d

156 files changed

Lines changed: 3651 additions & 1861 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/_sources/cpp_sdk/getting_started.md.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using the pre-built binary artifacts.
2424
`````{tabs}
2525
````{group-tab} binary artifacts
2626
```cmake
27-
set(XRONOS_SDK_VERSION "0.7.0" CACHE STRING "Xronos SDK version")
27+
set(XRONOS_SDK_VERSION "0.8.0" CACHE STRING "Xronos SDK version")
2828
include(FetchContent)
2929
FetchContent_Declare(
3030
"xronos-sdk"
@@ -37,7 +37,7 @@ find_package(xronos-sdk)
3737
````
3838
````{group-tab} from source
3939
```cmake
40-
set(XRONOS_SDK_VERSION "0.7.0" CACHE STRING "Xronos SDK version")
40+
set(XRONOS_SDK_VERSION "0.8.0" CACHE STRING "Xronos SDK version")
4141
include(FetchContent)
4242
FetchContent_Declare(
4343
"xronos-sdk"
@@ -127,7 +127,7 @@ cmake_minimum_required(VERSION 3.28)
127127

128128
project(hello LANGUAGES CXX)
129129

130-
set(XRONOS_SDK_VERSION "0.7.0" CACHE STRING "Xronos SDK version")
130+
set(XRONOS_SDK_VERSION "0.8.0" CACHE STRING "Xronos SDK version")
131131
include(FetchContent)
132132
FetchContent_Declare(
133133
"xronos-sdk"
@@ -148,7 +148,7 @@ cmake_minimum_required(VERSION 3.28)
148148

149149
project(hello LANGUAGES CXX)
150150

151-
set(XRONOS_SDK_VERSION "0.7.0" CACHE STRING "Xronos SDK version")
151+
set(XRONOS_SDK_VERSION "0.8.0" CACHE STRING "Xronos SDK version")
152152
include(FetchContent)
153153
FetchContent_Declare(
154154
"xronos-sdk"

0 commit comments

Comments
 (0)