diff --git a/ChangeLog b/ChangeLog index 5a7d1a95c..eefdd9c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Primary author and maintainer: Erwin Coumans Todo: update changelog from April - July 2008 See http://code.google.com/p/bullet/source/list for more complete log in Subversion +2008 October 10 + - Moved aabb to btBroadphaseProxy, improves rayTest dramatically. Further raytest improvements using the broadphase acceleration structures are planned 2008 October 3 - Add support for autoconf automake diff --git a/src/LinearMath/btScalar.h b/src/LinearMath/btScalar.h index 3c96857d4..b6617b2d8 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -24,7 +24,7 @@ subject to the following restrictions: #include #include -#define BT_BULLET_VERSION 272 +#define BT_BULLET_VERSION 273 inline int btGetVersion() {