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:
@@ -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)
|
||||
|
||||
@@ -2,7 +2,7 @@ This document details the steps necessary to package a release of Bullet.
|
||||
|
||||
1) Preparing for release:
|
||||
|
||||
update VERSION in several places (/VERSION file, /CMakeLists.txt, /configure.ac, /src/LinearMath/btScalar.h)
|
||||
update VERSION in several places (/VERSION file, /CMakeLists.txt, /configure.ac, /src/LinearMath/btScalar.h, /src/LinearMath/btSerializer.h around line 441)
|
||||
re-generate serialization structures, if they changed (/src/LinearMath/btSerializer.cpp using makesdna)
|
||||
update ChangeLog with larger/important changes
|
||||
regenerate MSVC project files using build/vs_all.bat
|
||||
|
||||
@@ -9,8 +9,8 @@ AC_PREREQ([2.54])
|
||||
#----------------------------------------------------------------------------
|
||||
AC_INIT(
|
||||
[bullet],
|
||||
[2.81],
|
||||
[bullet@erwincoumans.com])
|
||||
[2.82],
|
||||
[erwin.coumans@gmail.com])
|
||||
AC_CANONICAL_HOST
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
@@ -28,7 +28,7 @@ subject to the following restrictions:
|
||||
#include <float.h>
|
||||
|
||||
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
|
||||
#define BT_BULLET_VERSION 281
|
||||
#define BT_BULLET_VERSION 282
|
||||
|
||||
inline int btGetVersion()
|
||||
{
|
||||
|
||||
@@ -438,7 +438,7 @@ public:
|
||||
|
||||
buffer[9] = '2';
|
||||
buffer[10] = '8';
|
||||
buffer[11] = '1';
|
||||
buffer[11] = '2';
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user