update version to 2.83 for an intermediate release (2014 will be a transition year to Bullet 3.x)

This commit is contained in:
Erwin Coumans
2014-05-16 16:20:07 -07:00
parent 46884e0f1f
commit 1e2b907562
4 changed files with 4 additions and 3 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.82)
SET(BULLET_VERSION 2.83)
IF(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)