bumbped up version to 2.12

This commit is contained in:
ejcoumans
2006-10-05 00:13:56 +00:00
parent 8bb89d4cef
commit 3d589a7544
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
Bullet Collision Detection and Physics Library version 2.0 Bullet Collision Detection and Physics Library version 2.12
http://bullet.sourceforge.net http://bullet.sourceforge.net

View File

@@ -1,6 +1,13 @@
Bullet Continuous Collision Detection and Physics Library Bullet Continuous Collision Detection and Physics Library
Erwin Coumans Erwin Coumans
2006 Oct 4
Fixed minor leak in btOptimizeBVH
Cleanup of btRigidBody construction
added getW() in btQuaternion
assert when setLinearVelocity is called on btRigidBody
renamed projectfile library from collada-dom to colladadom (to make VC6 happy)
2006 Sept 27 2006 Sept 27
Big Refactoring: renamed and moved files, create a replacement for CcdPhysicsEnvironment/CcdPhysicsController. Big Refactoring: renamed and moved files, create a replacement for CcdPhysicsEnvironment/CcdPhysicsController.
All Bullet classes in LinearMath, BulletCollision and BulletDynamics start with bt, and methods start with lowercase. All Bullet classes in LinearMath, BulletCollision and BulletDynamics start with bt, and methods start with lowercase.

View File

@@ -9,7 +9,7 @@ AC_PREREQ([2.54])
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
AC_INIT( AC_INIT(
[bullet], [bullet],
[2.0], [2.12],
[bullet@erwincoumans.com]) [bullet@erwincoumans.com])
CS_PACKAGEINFO( CS_PACKAGEINFO(
[Bullet Continuous Collision Detection and Physics Library], [Bullet Continuous Collision Detection and Physics Library],