Skip to content

Commit 4a90faa

Browse files
committed
Bump version to 0.4.0
1 parent 283b9db commit 4a90faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if ("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER_EQUAL "3.24"
66
cmake_policy(SET CMP0135 NEW)
77
endif()
88

9-
project(fastgltf VERSION 0.3.0 LANGUAGES C CXX)
9+
project(fastgltf VERSION 0.4.0 LANGUAGES C CXX)
1010

1111
option(FASTGLTF_DOWNLOAD_SIMDJSON "Downloads a copy of simdjson itself to satisfy the dependency" ON)
1212
option(FASTGLTF_USE_CUSTOM_SMALLVECTOR "Uses a custom SmallVector type optimised for small arrays" OFF)

src/fastgltf_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define FASTGLTF_QUOTE(x) FASTGLTF_QUOTE_Q(x)
4848

4949
// fastgltf version string. Use FASTGLTF_QUOTE to stringify.
50-
#define FASTGLTF_VERSION 0.3.0
50+
#define FASTGLTF_VERSION 0.4.0
5151

5252
namespace fastgltf {
5353
#pragma region Enums

0 commit comments

Comments
 (0)