Update version number everywhere

This commit is contained in:
Olivier Goffart 2021-01-28 16:33:15 +01:00
parent 1d6a0b0b9c
commit fea2478859
22 changed files with 53 additions and 53 deletions

View file

@ -37,7 +37,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.0.4
GIT_TAG v0.0.5
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)
@ -70,7 +70,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.0.4
GIT_TAG v0.0.5
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)