From 22fa7abe398d8f4912d382b5df9ff6e53fd2294c Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Wed, 21 Mar 2007 19:23:08 +0000 Subject: [PATCH] updated version to 2.49, updated ChangeLog.txt --- ChangeLog.txt | 4 ++++ VERSION | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2151474ac..3bd02a9dc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,10 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2007 March 21 + - Fixed issues: comma at end of enum causes errors for some compilers + - Fixed initialization bug in LocalRayResult ( m_localShapeInfo(localShapeInfo) ) + 2007 March 20 - Added refit tree to quantized stackless tree, and updated ConcaveDemo as example. diff --git a/VERSION b/VERSION index ddccd0abb..652586fc3 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -Bullet Collision Detection and Physics Library version 2.48 +Bullet Collision Detection and Physics Library version 2.49 http://bullet.sourceforge.net diff --git a/configure.ac b/configure.ac index 587ed7f22..aef471fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.54]) #---------------------------------------------------------------------------- AC_INIT( [bullet], - [2.48], + [2.49], [bullet@erwincoumans.com]) CS_PACKAGEINFO( [Bullet Continuous Collision Detection and Physics Library],