Skip to content

Commit cd958bb

Browse files
Change version number
1 parent 47142c7 commit cd958bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.10.2

include/reactphysics3d/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ constexpr decimal SAME_CONTACT_POINT_DISTANCE_THRESHOLD = decimal(0.01);
149149
constexpr uint8 GLOBAL_ALIGNMENT = 16;
150150

151151
/// Current version of ReactPhysics3D
152-
const std::string RP3D_VERSION = std::string("0.10.1");
152+
const std::string RP3D_VERSION = std::string("0.10.2");
153153

154154
}
155155

include/reactphysics3d/reactphysics3d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/********************************************************************************
2828
* ReactPhysics3D *
29-
* Version 0.10.1 *
29+
* Version 0.10.2 *
3030
* http://www.reactphysics3d.com *
3131
* Daniel Chappuis *
3232
********************************************************************************/

0 commit comments

Comments
 (0)