Update some more version number

Meaning that following the docs or tutorial won't work until the release is complete
This commit is contained in:
Olivier Goffart 2021-06-30 17:20:49 +02:00
parent 05aae8339c
commit 423656d900
7 changed files with 11 additions and 11 deletions

View file

@ -39,7 +39,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.0.6
GIT_TAG v0.1.0
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)
@ -110,7 +110,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.0.6
GIT_TAG v0.1.0
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)