diff --git a/VERSION b/VERSION index 94b5e5eb6..5206452b6 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/changes.txt b/changes.txt index b99507d5f..591b27c42 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,13 @@ Bullet Continuous Collision Detection and Physics Library 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 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. diff --git a/configure.ac b/configure.ac index 1a12f632c..83f408b57 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.54]) #---------------------------------------------------------------------------- AC_INIT( [bullet], - [2.0], + [2.12], [bullet@erwincoumans.com]) CS_PACKAGEINFO( [Bullet Continuous Collision Detection and Physics Library],