From 66fbe38c011f14f2f9e7f8e555ad4de3f58f8825 Mon Sep 17 00:00:00 2001 From: sean Date: Tue, 31 Oct 2023 23:30:04 +0100 Subject: [PATCH] Bump version to 0.6.0 --- CMakeLists.txt | 2 +- include/fastgltf/types.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 326e83c31..8091f6011 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if ("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER_EQUAL "3.24" cmake_policy(SET CMP0135 NEW) endif() -project(fastgltf VERSION 0.5.0 LANGUAGES C CXX) +project(fastgltf VERSION 0.6.0 LANGUAGES C CXX) option(FASTGLTF_DOWNLOAD_SIMDJSON "Downloads a copy of simdjson itself to satisfy the dependency" ON) option(FASTGLTF_USE_CUSTOM_SMALLVECTOR "Uses a custom SmallVector type optimised for small arrays" OFF) diff --git a/include/fastgltf/types.hpp b/include/fastgltf/types.hpp index c9df5f6b3..3ad956f7e 100644 --- a/include/fastgltf/types.hpp +++ b/include/fastgltf/types.hpp @@ -54,7 +54,7 @@ #define FASTGLTF_QUOTE(x) FASTGLTF_QUOTE_Q(x) // fastgltf version string. Use FASTGLTF_QUOTE to stringify. -#define FASTGLTF_VERSION 0.5.0 +#define FASTGLTF_VERSION 0.6.0 namespace fastgltf { #pragma region Enums