From cd958bbc0c6e84a869388cba6613f10cc645b3cb Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Fri, 11 Oct 2024 07:23:04 +0200 Subject: [PATCH] Change version number --- VERSION | 2 +- include/reactphysics3d/configuration.h | 2 +- include/reactphysics3d/reactphysics3d.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 57121573..5eef0f10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1 +0.10.2 diff --git a/include/reactphysics3d/configuration.h b/include/reactphysics3d/configuration.h index 1481c849..f9443c6a 100644 --- a/include/reactphysics3d/configuration.h +++ b/include/reactphysics3d/configuration.h @@ -149,7 +149,7 @@ constexpr decimal SAME_CONTACT_POINT_DISTANCE_THRESHOLD = decimal(0.01); constexpr uint8 GLOBAL_ALIGNMENT = 16; /// Current version of ReactPhysics3D -const std::string RP3D_VERSION = std::string("0.10.1"); +const std::string RP3D_VERSION = std::string("0.10.2"); } diff --git a/include/reactphysics3d/reactphysics3d.h b/include/reactphysics3d/reactphysics3d.h index e429a88a..83e5a240 100644 --- a/include/reactphysics3d/reactphysics3d.h +++ b/include/reactphysics3d/reactphysics3d.h @@ -26,7 +26,7 @@ /******************************************************************************** * ReactPhysics3D * -* Version 0.10.1 * +* Version 0.10.2 * * http://www.reactphysics3d.com * * Daniel Chappuis * ********************************************************************************/