diff --git a/msvc/6/libbulletcollision.dsp b/msvc/6/libbulletcollision.dsp
index 09470cf87..ae2b34242 100644
--- a/msvc/6/libbulletcollision.dsp
+++ b/msvc/6/libbulletcollision.dsp
@@ -188,6 +188,10 @@ SOURCE=..\..\src\BulletCollision\BroadphaseCollision\btDispatcher.cpp
# End Source File
# Begin Source File
+SOURCE=..\..\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.cpp
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.cpp
# End Source File
# Begin Source File
@@ -432,6 +436,10 @@ SOURCE=..\..\src\BulletCollision\BroadphaseCollision\btDispatcher.h
# End Source File
# Begin Source File
+SOURCE=..\..\src\BulletCollision\BroadphaseCollision\btMultiSapBroadphase.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\BulletCollision\BroadphaseCollision\btOverlappingPairCache.h
# End Source File
# Begin Source File
diff --git a/msvc/6/libbulletdynamics.dsp b/msvc/6/libbulletdynamics.dsp
index 23227c443..3fe3166bf 100644
--- a/msvc/6/libbulletdynamics.dsp
+++ b/msvc/6/libbulletdynamics.dsp
@@ -216,6 +216,10 @@ SOURCE=..\..\src\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp
# End Source File
# Begin Source File
+SOURCE=..\..\src\BulletDynamics\Dynamics\Bullet-C-API.cpp
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\BulletDynamics\Vehicle\btRaycastVehicle.cpp
# End Source File
# Begin Source File
diff --git a/msvc/7/libbulletcollision.vcproj b/msvc/7/libbulletcollision.vcproj
index b93845a79..c7760a666 100644
--- a/msvc/7/libbulletcollision.vcproj
+++ b/msvc/7/libbulletcollision.vcproj
@@ -306,6 +306,9 @@
+
+
@@ -490,6 +493,9 @@
+
+
diff --git a/msvc/7/libbulletdynamics.vcproj b/msvc/7/libbulletdynamics.vcproj
index 8f4968ae5..0e85a03ce 100644
--- a/msvc/7/libbulletdynamics.vcproj
+++ b/msvc/7/libbulletdynamics.vcproj
@@ -327,6 +327,9 @@
+
+
diff --git a/msvc/71/libbulletcollision.vcproj b/msvc/71/libbulletcollision.vcproj
index f01607e43..65d3b4e82 100644
--- a/msvc/71/libbulletcollision.vcproj
+++ b/msvc/71/libbulletcollision.vcproj
@@ -306,6 +306,9 @@
+
+
@@ -490,6 +493,9 @@
+
+
diff --git a/msvc/71/libbulletdynamics.vcproj b/msvc/71/libbulletdynamics.vcproj
index 93e79dec0..5a39eaa1e 100644
--- a/msvc/71/libbulletdynamics.vcproj
+++ b/msvc/71/libbulletdynamics.vcproj
@@ -327,6 +327,9 @@
+
+
diff --git a/msvc/8/libbulletcollision.vcproj b/msvc/8/libbulletcollision.vcproj
index 69b284797..fee674add 100644
--- a/msvc/8/libbulletcollision.vcproj
+++ b/msvc/8/libbulletcollision.vcproj
@@ -306,6 +306,9 @@
+
+
@@ -490,6 +493,9 @@
+
+
diff --git a/msvc/8/libbulletdynamics.vcproj b/msvc/8/libbulletdynamics.vcproj
index a8701c1b5..704156e03 100644
--- a/msvc/8/libbulletdynamics.vcproj
+++ b/msvc/8/libbulletdynamics.vcproj
@@ -327,6 +327,9 @@
+
+
diff --git a/msvc/appBasicDemo.rc b/msvc/appBasicDemo.rc
index c8cad417a..d3ed9c71b 100644
--- a/msvc/appBasicDemo.rc
+++ b/msvc/appBasicDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "BasicDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appBspDemo.rc b/msvc/appBspDemo.rc
index d608859e4..2a913b6e8 100644
--- a/msvc/appBspDemo.rc
+++ b/msvc/appBspDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "BspDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appBulletDino.rc b/msvc/appBulletDino.rc
index 81c9e6465..c0ad25745 100644
--- a/msvc/appBulletDino.rc
+++ b/msvc/appBulletDino.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "BulletDino"
#ifdef CS_DEBUG
diff --git a/msvc/appCcdPhysicsDemo.rc b/msvc/appCcdPhysicsDemo.rc
index a27dd92c7..e1b8f528a 100644
--- a/msvc/appCcdPhysicsDemo.rc
+++ b/msvc/appCcdPhysicsDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "CcdPhysicsDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appColladaDemo.rc b/msvc/appColladaDemo.rc
index 13d053636..d0641df0c 100644
--- a/msvc/appColladaDemo.rc
+++ b/msvc/appColladaDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "ColladaDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appCollisionDemo.rc b/msvc/appCollisionDemo.rc
index 4577e59ba..df2bae358 100644
--- a/msvc/appCollisionDemo.rc
+++ b/msvc/appCollisionDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "CollisionDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appCollisionInterfaceDemo.rc b/msvc/appCollisionInterfaceDemo.rc
index b9889acf0..4b5451c75 100644
--- a/msvc/appCollisionInterfaceDemo.rc
+++ b/msvc/appCollisionInterfaceDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "CollisionInterfaceDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appConcaveDemo.rc b/msvc/appConcaveDemo.rc
index 2f7798268..35d45210f 100644
--- a/msvc/appConcaveDemo.rc
+++ b/msvc/appConcaveDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "ConcaveDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appConstraintDemo.rc b/msvc/appConstraintDemo.rc
index 70ade0cbb..3411f5c28 100644
--- a/msvc/appConstraintDemo.rc
+++ b/msvc/appConstraintDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "ConstraintDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appContinuousConvexCollision.rc b/msvc/appContinuousConvexCollision.rc
index c56427ee4..12bf9955b 100644
--- a/msvc/appContinuousConvexCollision.rc
+++ b/msvc/appContinuousConvexCollision.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "ContinuousConvexCollision"
#ifdef CS_DEBUG
diff --git a/msvc/appConvexDecompositionDemo.rc b/msvc/appConvexDecompositionDemo.rc
index 9d1f58d27..e4f0a1180 100644
--- a/msvc/appConvexDecompositionDemo.rc
+++ b/msvc/appConvexDecompositionDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "ConvexDecompositionDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appDoublePrecisionDemo.rc b/msvc/appDoublePrecisionDemo.rc
index d7465b22c..b7efe1950 100644
--- a/msvc/appDoublePrecisionDemo.rc
+++ b/msvc/appDoublePrecisionDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "DoublePrecisionDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appEPAPenDepthDemo.rc b/msvc/appEPAPenDepthDemo.rc
index 427eab993..819c67637 100644
--- a/msvc/appEPAPenDepthDemo.rc
+++ b/msvc/appEPAPenDepthDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "EPAPenDepthDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appGjkConvexCastDemo.rc b/msvc/appGjkConvexCastDemo.rc
index c350eded0..1a93d38a3 100644
--- a/msvc/appGjkConvexCastDemo.rc
+++ b/msvc/appGjkConvexCastDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "GjkConvexCastDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appMovingConcaveDemo.rc b/msvc/appMovingConcaveDemo.rc
index 74e89aeec..55a4e944a 100644
--- a/msvc/appMovingConcaveDemo.rc
+++ b/msvc/appMovingConcaveDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "MovingConcaveDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appRagdollDemo.rc b/msvc/appRagdollDemo.rc
index 45ea32088..c8e8fad7a 100644
--- a/msvc/appRagdollDemo.rc
+++ b/msvc/appRagdollDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "RagdollDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appRaytracer.rc b/msvc/appRaytracer.rc
index c9d24ecb2..548f731d1 100644
--- a/msvc/appRaytracer.rc
+++ b/msvc/appRaytracer.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "Raytracer"
#ifdef CS_DEBUG
diff --git a/msvc/appSimplexDemo.rc b/msvc/appSimplexDemo.rc
index 70dd9f87f..9efcbf366 100644
--- a/msvc/appSimplexDemo.rc
+++ b/msvc/appSimplexDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "SimplexDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appUserCollisionAlgorithm.rc b/msvc/appUserCollisionAlgorithm.rc
index 12c634ee2..7fa0a850c 100644
--- a/msvc/appUserCollisionAlgorithm.rc
+++ b/msvc/appUserCollisionAlgorithm.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "UserCollisionAlgorithm"
#ifdef CS_DEBUG
diff --git a/msvc/appVehicleDemo.rc b/msvc/appVehicleDemo.rc
index c05e6e0bb..d51dfe0c2 100644
--- a/msvc/appVehicleDemo.rc
+++ b/msvc/appVehicleDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 55, 0, 0
-PRODUCTVERSION 2, 55, 0, 0
+FILEVERSION 2, 56, 0, 0
+PRODUCTVERSION 2, 56, 0, 0
#ifdef CS_DEBUG
FILEFLAGS 0x1
#else
@@ -14,8 +14,8 @@ FILEFLAGS 0x0
BLOCK "040904E4"
{
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
- VALUE "ProductVersion", "2.55"
- VALUE "FileVersion", "2.55"
+ VALUE "ProductVersion", "2.56"
+ VALUE "FileVersion", "2.56"
VALUE "LegalCopyright", "Copyright (c) 2005-2007 Erwin Coumans"
VALUE "FileDescription", "VehicleDemo"
#ifdef CS_DEBUG