updated version to 2.49, updated ChangeLog.txt

This commit is contained in:
ejcoumans
2007-03-21 19:23:08 +00:00
parent c791a3192c
commit 22fa7abe39
3 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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],