diff --git a/CMakeLists.txt b/CMakeLists.txt index a38c7fa65..caa2d90e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) SET(MSVC_INCREMENTAL_DEFAULT ON) PROJECT(BULLET_PHYSICS) -SET(BULLET_VERSION 2.76) +SET(BULLET_VERSION 2.77) IF(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) diff --git a/ChangeLog b/ChangeLog index 34302ce6b..20d5ba106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,16 @@ Primary author and maintainer: Erwin Coumans This ChangeLog is incomplete, for an up-to-date list of all fixed issues see http://bullet.googlecode.com using http://tinyurl.com/yabmjjj +2010 July 21 + - Preparing for Bullet 2.77 release, around revision r2135 + - Added an OpenCL particle demo, running on NVidia, AMD and MiniCL + Thanks to NVidia for the original particle demo from their OpenCL SDK + - Added GPU deformable object solvers for OpenCL and DirectCompute, and a DirectX 11 cloth demo + Thanks to AMD + - Create a separate library for MiniCL, + MiniCL is a rudimentary OpenCL wrapper that allows to compile OpenCL kernels for multi-core CPU, using Win32 Threads or Posix + - Moved vectormath into Bullet/src, and added a SSE implementation + - Added a btParallelConstraintSolver, mainly for PlayStation 3 Cell SPUs (although it runs fine on CPU too) 2010 March 6 - Dynamica Maya plugin (and COLLADA support) is moved to http://dynamica.googlecode.com diff --git a/VERSION b/VERSION index 42cd4e37f..ace7c3909 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.76 +2.77 diff --git a/configure.ac b/configure.ac index 05213ee6b..09d7094ff 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.54]) #---------------------------------------------------------------------------- AC_INIT( [bullet], - [2.76], + [2.77], [bullet@erwincoumans.com]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([configure.ac]) diff --git a/src/LinearMath/btScalar.h b/src/LinearMath/btScalar.h index f5694e0af..4e9fb1266 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -30,7 +30,7 @@ subject to the following restrictions: #include /* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/ -#define BT_BULLET_VERSION 276 +#define BT_BULLET_VERSION 277 inline int btGetVersion() {