File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if ("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER_EQUAL "3.24"
6
6
cmake_policy (SET CMP0135 NEW )
7
7
endif ()
8
8
9
- project (fastgltf VERSION 0.3 .0 LANGUAGES C CXX )
9
+ project (fastgltf VERSION 0.4 .0 LANGUAGES C CXX )
10
10
11
11
option (FASTGLTF_DOWNLOAD_SIMDJSON "Downloads a copy of simdjson itself to satisfy the dependency" ON )
12
12
option (FASTGLTF_USE_CUSTOM_SMALLVECTOR "Uses a custom SmallVector type optimised for small arrays" OFF )
Original file line number Diff line number Diff line change 47
47
#define FASTGLTF_QUOTE (x ) FASTGLTF_QUOTE_Q(x)
48
48
49
49
// fastgltf version string. Use FASTGLTF_QUOTE to stringify.
50
- #define FASTGLTF_VERSION 0.3 .0
50
+ #define FASTGLTF_VERSION 0.4 .0
51
51
52
52
namespace fastgltf {
53
53
#pragma region Enums
You can’t perform that action at this time.
0 commit comments