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)
|
SET(MSVC_INCREMENTAL_DEFAULT ON)
|
||||||
|
|
||||||
PROJECT(BULLET_PHYSICS)
|
PROJECT(BULLET_PHYSICS)
|
||||||
SET(BULLET_VERSION 2.81)
|
SET(BULLET_VERSION 2.82)
|
||||||
|
|
||||||
IF(COMMAND cmake_policy)
|
IF(COMMAND cmake_policy)
|
||||||
cmake_policy(SET CMP0003 NEW)
|
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:
|
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)
|
re-generate serialization structures, if they changed (/src/LinearMath/btSerializer.cpp using makesdna)
|
||||||
update ChangeLog with larger/important changes
|
update ChangeLog with larger/important changes
|
||||||
regenerate MSVC project files using build/vs_all.bat
|
regenerate MSVC project files using build/vs_all.bat
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ AC_PREREQ([2.54])
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
AC_INIT(
|
AC_INIT(
|
||||||
[bullet],
|
[bullet],
|
||||||
[2.81],
|
[2.82],
|
||||||
[bullet@erwincoumans.com])
|
[erwin.coumans@gmail.com])
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ subject to the following restrictions:
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
|
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
|
||||||
#define BT_BULLET_VERSION 281
|
#define BT_BULLET_VERSION 282
|
||||||
|
|
||||||
inline int btGetVersion()
|
inline int btGetVersion()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -438,7 +438,7 @@ public:
|
|||||||
|
|
||||||
buffer[9] = '2';
|
buffer[9] = '2';
|
||||||
buffer[10] = '8';
|
buffer[10] = '8';
|
||||||
buffer[11] = '1';
|
buffer[11] = '2';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user