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

@@ -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