Releasing, add files that contain VERSION information for a release and remind to cr-create serialization data structure file

This commit is contained in:
erwin.coumans@gmail.com
2013-08-26 19:06:16 +00:00
parent f23693147c
commit e045896e92

View File

@@ -2,7 +2,8 @@ This document details the steps necessary to package a release of Bullet.
1) Preparing for release:
update VERSION in several places
update VERSION in several places (/VERSION file, /CMakeLists.txt, /configure.ac, /src/LinearMath/btScalar.h)
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
create a Subversion tag revision in bullet.googlecode.com/svn/tags/bullet-<VERSION>