Prepare for 2.81 release, increase version numbers

Fixed DNA serialization for C++11: avoid negative char values
Fixes 617. (needs to be tested)
This commit is contained in:
erwin.coumans
2012-09-11 03:49:50 +00:00
parent 8c56528a79
commit 1b7642f0f5
8 changed files with 111 additions and 107 deletions

View File

@@ -5,7 +5,7 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
SET(MSVC_INCREMENTAL_DEFAULT ON)
PROJECT(BULLET_PHYSICS)
SET(BULLET_VERSION 2.80)
SET(BULLET_VERSION 2.81)
IF(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)