Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Oct 11, 2024
1 parent 47142c7 commit cd958bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.2
2 changes: 1 addition & 1 deletion include/reactphysics3d/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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");

}

Expand Down
2 changes: 1 addition & 1 deletion include/reactphysics3d/reactphysics3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/********************************************************************************
* ReactPhysics3D *
* Version 0.10.1 *
* Version 0.10.2 *
* http://www.reactphysics3d.com *
* Daniel Chappuis *
********************************************************************************/
Expand Down

0 comments on commit cd958bb

Please sign in to comment.