aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html
index a16c6808..e73e8045 100644
--- a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysicsVersion_8h-source.html
@@ -72,7 +72,7 @@
<a name="l00056"></a>00056
<a name="l00057"></a><a class="code" href="group__foundation.html#g75378be4130e1bdda740c22c07314640">00057</a> <span class="preprocessor">#define PX_PHYSICS_VERSION_MAJOR 3</span>
<a name="l00058"></a><a class="code" href="group__foundation.html#g25c9c85e3980cdbf0bedfbcad822aed7">00058</a> <span class="preprocessor"></span><span class="preprocessor">#define PX_PHYSICS_VERSION_MINOR 4</span>
-<a name="l00059"></a><a class="code" href="group__foundation.html#g4edfc95b25e96e7d308d83347c93a69f">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define PX_PHYSICS_VERSION_BUGFIX 0</span>
+<a name="l00059"></a><a class="code" href="group__foundation.html#g4edfc95b25e96e7d308d83347c93a69f">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define PX_PHYSICS_VERSION_BUGFIX 1</span>
<a name="l00060"></a>00060 <span class="preprocessor"></span>
<a name="l00065"></a><a class="code" href="group__foundation.html#geedfba7b2ad3d3be35867607faabb11d">00065</a> <span class="preprocessor">#define PX_PHYSICS_VERSION ((PX_PHYSICS_VERSION_MAJOR&lt;&lt;24) + (PX_PHYSICS_VERSION_MINOR&lt;&lt;16) + (PX_PHYSICS_VERSION_BUGFIX&lt;&lt;8) + 0)</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span>