Browse Source

Bump to v5.3.1-dev

Jorrit Rouwe 4 months ago
parent
commit
1c2076e9e5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Build/CMakeLists.txt
  2. 1 1
      Jolt/Core/Core.h

+ 1 - 1
Build/CMakeLists.txt

@@ -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)

+ 1 - 1
Jolt/Core/Core.h

@@ -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