diff --git a/msvc/6/libbulletcollision.dsp b/msvc/6/libbulletcollision.dsp
index 8f8eb774e..54434ee55 100644
--- a/msvc/6/libbulletcollision.dsp
+++ b/msvc/6/libbulletcollision.dsp
@@ -526,10 +526,6 @@ SOURCE=..\..\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.cpp
# End Source File
# Begin Source File
-SOURCE=..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpa.cpp
-# End Source File
-# Begin Source File
-
SOURCE=..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.cpp
# End Source File
# Begin Source File
@@ -970,10 +966,6 @@ SOURCE=..\..\src\BulletCollision\NarrowPhaseCollision\btGjkConvexCast.h
# End Source File
# Begin Source File
-SOURCE=..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpa.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\src\BulletCollision\NarrowPhaseCollision\btGjkEpa2.h
# End Source File
# Begin Source File
diff --git a/msvc/6/libbulletmath.dsp b/msvc/6/libbulletmath.dsp
index ee7d32dac..6c77eb351 100644
--- a/msvc/6/libbulletmath.dsp
+++ b/msvc/6/libbulletmath.dsp
@@ -290,10 +290,6 @@ SOURCE=..\..\src\LinearMath\btMotionState.h
# End Source File
# Begin Source File
-SOURCE=..\..\src\LinearMath\btPoint3.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\src\LinearMath\btPoolAllocator.h
# End Source File
# Begin Source File
diff --git a/msvc/7/libbulletcollision.vcproj b/msvc/7/libbulletcollision.vcproj
index 60a9c0911..2d2785335 100644
--- a/msvc/7/libbulletcollision.vcproj
+++ b/msvc/7/libbulletcollision.vcproj
@@ -647,9 +647,6 @@
-
-
@@ -981,9 +978,6 @@
-
-
diff --git a/msvc/7/libbulletmath.vcproj b/msvc/7/libbulletmath.vcproj
index 753f24f99..7ba33eb63 100644
--- a/msvc/7/libbulletmath.vcproj
+++ b/msvc/7/libbulletmath.vcproj
@@ -471,9 +471,6 @@
-
-
diff --git a/msvc/71/libbulletcollision.vcproj b/msvc/71/libbulletcollision.vcproj
index f93abbc09..f2b38018c 100644
--- a/msvc/71/libbulletcollision.vcproj
+++ b/msvc/71/libbulletcollision.vcproj
@@ -647,9 +647,6 @@
-
-
@@ -981,9 +978,6 @@
-
-
diff --git a/msvc/71/libbulletmath.vcproj b/msvc/71/libbulletmath.vcproj
index 80f441a9b..27200c777 100644
--- a/msvc/71/libbulletmath.vcproj
+++ b/msvc/71/libbulletmath.vcproj
@@ -471,9 +471,6 @@
-
-
diff --git a/msvc/8/libbulletcollision.vcproj b/msvc/8/libbulletcollision.vcproj
index 3e4ff4d73..4022442f1 100644
--- a/msvc/8/libbulletcollision.vcproj
+++ b/msvc/8/libbulletcollision.vcproj
@@ -647,9 +647,6 @@
-
-
@@ -981,9 +978,6 @@
-
-
diff --git a/msvc/8/libbulletmath.vcproj b/msvc/8/libbulletmath.vcproj
index 65e6ee967..1fa094d03 100644
--- a/msvc/8/libbulletmath.vcproj
+++ b/msvc/8/libbulletmath.vcproj
@@ -471,9 +471,6 @@
-
-
diff --git a/msvc/appAllBulletDemos.rc b/msvc/appAllBulletDemos.rc
index beec86b73..b7b8d5c8f 100644
--- a/msvc/appAllBulletDemos.rc
+++ b/msvc/appAllBulletDemos.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "AllBulletDemos"
#ifdef CS_DEBUG
diff --git a/msvc/appBasicDemo.rc b/msvc/appBasicDemo.rc
index 522f95ea1..496352cf3 100644
--- a/msvc/appBasicDemo.rc
+++ b/msvc/appBasicDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "BasicDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appBenchmarks.rc b/msvc/appBenchmarks.rc
index 91f4236e2..ad747a542 100644
--- a/msvc/appBenchmarks.rc
+++ b/msvc/appBenchmarks.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "Benchmarks"
#ifdef CS_DEBUG
diff --git a/msvc/appBspDemo.rc b/msvc/appBspDemo.rc
index a548120db..fdacb4f59 100644
--- a/msvc/appBspDemo.rc
+++ b/msvc/appBspDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "BspDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appBulletDino.rc b/msvc/appBulletDino.rc
index 7d03d1abc..c095b1d6a 100644
--- a/msvc/appBulletDino.rc
+++ b/msvc/appBulletDino.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "BulletDino"
#ifdef CS_DEBUG
diff --git a/msvc/appCcdPhysicsDemo.rc b/msvc/appCcdPhysicsDemo.rc
index 311d196cc..65c0f1e1f 100644
--- a/msvc/appCcdPhysicsDemo.rc
+++ b/msvc/appCcdPhysicsDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "CcdPhysicsDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appCharacterDemo.rc b/msvc/appCharacterDemo.rc
index a58d2195c..3e44c370b 100644
--- a/msvc/appCharacterDemo.rc
+++ b/msvc/appCharacterDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "CharacterDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appColladaDemo.rc b/msvc/appColladaDemo.rc
index 830868198..5db2d1964 100644
--- a/msvc/appColladaDemo.rc
+++ b/msvc/appColladaDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "ColladaDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appCollisionDemo.rc b/msvc/appCollisionDemo.rc
index b0e4b7b00..0a2375d5e 100644
--- a/msvc/appCollisionDemo.rc
+++ b/msvc/appCollisionDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "CollisionDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appCollisionInterfaceDemo.rc b/msvc/appCollisionInterfaceDemo.rc
index 513f3c5d3..4b611b8e3 100644
--- a/msvc/appCollisionInterfaceDemo.rc
+++ b/msvc/appCollisionInterfaceDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "CollisionInterfaceDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appConcaveDemo.rc b/msvc/appConcaveDemo.rc
index 2d1bc5afe..586ade6a2 100644
--- a/msvc/appConcaveDemo.rc
+++ b/msvc/appConcaveDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "ConcaveDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appConstraintDemo.rc b/msvc/appConstraintDemo.rc
index 8b31832db..de6732ea8 100644
--- a/msvc/appConstraintDemo.rc
+++ b/msvc/appConstraintDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "ConstraintDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appContinuousConvexCollision.rc b/msvc/appContinuousConvexCollision.rc
index 22d211c70..8bd5d4df2 100644
--- a/msvc/appContinuousConvexCollision.rc
+++ b/msvc/appContinuousConvexCollision.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "ContinuousConvexCollision"
#ifdef CS_DEBUG
diff --git a/msvc/appConvexDecompositionDemo.rc b/msvc/appConvexDecompositionDemo.rc
index 837ee2ec6..9a5a0f96d 100644
--- a/msvc/appConvexDecompositionDemo.rc
+++ b/msvc/appConvexDecompositionDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "ConvexDecompositionDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appDoublePrecisionDemo.rc b/msvc/appDoublePrecisionDemo.rc
index 957f2c4af..db79a870e 100644
--- a/msvc/appDoublePrecisionDemo.rc
+++ b/msvc/appDoublePrecisionDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "DoublePrecisionDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appEPAPenDepthDemo.rc b/msvc/appEPAPenDepthDemo.rc
index f3f3f5ad1..445ca471f 100644
--- a/msvc/appEPAPenDepthDemo.rc
+++ b/msvc/appEPAPenDepthDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "EPAPenDepthDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appForkLiftDemo.rc b/msvc/appForkLiftDemo.rc
index f49d14f66..d2df65e11 100644
--- a/msvc/appForkLiftDemo.rc
+++ b/msvc/appForkLiftDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "ForkLiftDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appGenericJointDemo.rc b/msvc/appGenericJointDemo.rc
index 6a11a3619..d5832e4c0 100644
--- a/msvc/appGenericJointDemo.rc
+++ b/msvc/appGenericJointDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "GenericJointDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appGimpactTestDemo.rc b/msvc/appGimpactTestDemo.rc
index 6f72f3859..11542a853 100644
--- a/msvc/appGimpactTestDemo.rc
+++ b/msvc/appGimpactTestDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "GimpactTestDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appGjkConvexCastDemo.rc b/msvc/appGjkConvexCastDemo.rc
index 66d41a22d..56ef24358 100644
--- a/msvc/appGjkConvexCastDemo.rc
+++ b/msvc/appGjkConvexCastDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "GjkConvexCastDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appHelloWorld.rc b/msvc/appHelloWorld.rc
index 1f72dbd16..4e2467043 100644
--- a/msvc/appHelloWorld.rc
+++ b/msvc/appHelloWorld.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "HelloWorld"
#ifdef CS_DEBUG
diff --git a/msvc/appMovingConcaveDemo.rc b/msvc/appMovingConcaveDemo.rc
index bd9afe45a..ba8b33517 100644
--- a/msvc/appMovingConcaveDemo.rc
+++ b/msvc/appMovingConcaveDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "MovingConcaveDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appMultiMaterialDemo.rc b/msvc/appMultiMaterialDemo.rc
index 01847b070..48e0899fb 100644
--- a/msvc/appMultiMaterialDemo.rc
+++ b/msvc/appMultiMaterialDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "MultiMaterialDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appMultiThreadedDemo.rc b/msvc/appMultiThreadedDemo.rc
index 62a24f8c0..4f075d24a 100644
--- a/msvc/appMultiThreadedDemo.rc
+++ b/msvc/appMultiThreadedDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "MultiThreadedDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appRagdollDemo.rc b/msvc/appRagdollDemo.rc
index 99b1de4a2..fbcb21fed 100644
--- a/msvc/appRagdollDemo.rc
+++ b/msvc/appRagdollDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "RagdollDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appRaytracer.rc b/msvc/appRaytracer.rc
index 4434f1e78..df87244be 100644
--- a/msvc/appRaytracer.rc
+++ b/msvc/appRaytracer.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "Raytracer"
#ifdef CS_DEBUG
diff --git a/msvc/appSimplexDemo.rc b/msvc/appSimplexDemo.rc
index 0a5e97a20..fb80dd4e9 100644
--- a/msvc/appSimplexDemo.rc
+++ b/msvc/appSimplexDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "SimplexDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appSliderConstraintDemo.rc b/msvc/appSliderConstraintDemo.rc
index 06e2c17b8..811540190 100644
--- a/msvc/appSliderConstraintDemo.rc
+++ b/msvc/appSliderConstraintDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "SliderConstraintDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appSoftBodyDemo.rc b/msvc/appSoftBodyDemo.rc
index 11b35a73b..06e75a099 100644
--- a/msvc/appSoftBodyDemo.rc
+++ b/msvc/appSoftBodyDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "SoftBodyDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appUserCollisionAlgorithm.rc b/msvc/appUserCollisionAlgorithm.rc
index 638000dc9..5ced8bdff 100644
--- a/msvc/appUserCollisionAlgorithm.rc
+++ b/msvc/appUserCollisionAlgorithm.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "UserCollisionAlgorithm"
#ifdef CS_DEBUG
diff --git a/msvc/appVehicleDemo.rc b/msvc/appVehicleDemo.rc
index 9518cbae0..12a8e1ae0 100644
--- a/msvc/appVehicleDemo.rc
+++ b/msvc/appVehicleDemo.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "VehicleDemo"
#ifdef CS_DEBUG
diff --git a/msvc/appiffCheck.rc b/msvc/appiffCheck.rc
index 7d8fef420..b80eeda1b 100644
--- a/msvc/appiffCheck.rc
+++ b/msvc/appiffCheck.rc
@@ -1,8 +1,8 @@
// This file is generated automatically.
1 VERSIONINFO
-FILEVERSION 2, 72, 0, 0
-PRODUCTVERSION 2, 72, 0, 0
+FILEVERSION 2, 73, 0, 0
+PRODUCTVERSION 2, 73, 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.72"
- VALUE "FileVersion", "2.72"
+ VALUE "ProductVersion", "2.73"
+ VALUE "FileVersion", "2.73"
VALUE "LegalCopyright", "Copyright (c) 2005-2008 Erwin Coumans"
VALUE "FileDescription", "iffCheck"
#ifdef CS_DEBUG