@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
-project(JoltPhysics VERSION 5.3.0 LANGUAGES CXX)
+project(JoltPhysics VERSION 5.3.1 LANGUAGES CXX)
# When turning this option on, the library will be compiled using assertions. By default asserts are enabled in Debug build.
option(USE_ASSERTS "Enable asserts" OFF)
@@ -7,7 +7,7 @@
// Jolt library version
#define JPH_VERSION_MAJOR 5
#define JPH_VERSION_MINOR 3
-#define JPH_VERSION_PATCH 0
+#define JPH_VERSION_PATCH 1
// Determine which features the library was compiled with
#ifdef JPH_DOUBLE_PRECISION