We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47142c7 commit cd958bbCopy full SHA for cd958bb
3 files changed
VERSION
@@ -1 +1 @@
1
-0.10.1
+0.10.2
include/reactphysics3d/configuration.h
@@ -149,7 +149,7 @@ constexpr decimal SAME_CONTACT_POINT_DISTANCE_THRESHOLD = decimal(0.01);
149
constexpr uint8 GLOBAL_ALIGNMENT = 16;
150
151
/// Current version of ReactPhysics3D
152
-const std::string RP3D_VERSION = std::string("0.10.1");
+const std::string RP3D_VERSION = std::string("0.10.2");
153
154
}
155
include/reactphysics3d/reactphysics3d.h
@@ -26,7 +26,7 @@
26
27
/********************************************************************************
28
* ReactPhysics3D *
29
-* Version 0.10.1 *
+* Version 0.10.2 *
30
* http://www.reactphysics3d.com *
31
* Daniel Chappuis *
32
********************************************************************************/
0 commit comments