bump up VERSION to 2.82 in various places, there is still some more issue to be fixed before release.

This commit is contained in:
erwin.coumans
2013-09-12 20:37:30 +00:00
parent fa2276f1ca
commit 29915ba7fd
6 changed files with 7 additions and 7 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.81)
SET(BULLET_VERSION 2.82)
IF(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)