czaloj / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Add version info on libraries #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's an easy one: add BULLET_VERSION setting in the root CMakeLists.txt, and 
then set that as the 
version property on each of the libraries which might be installed

Original issue reported on code.google.com by ejtt...@gmail.com on 6 Nov 2008 at 3:43

Attachments:

GoogleCodeExporter commented 9 years ago
One more place to add versioning info.

Right now we have the version in:
Bullet/src/LinearMath/btScalar.h (BT_BULLET_VERSION 273)
Bullet/configure.ac (  [2.73])
Bullet/VERSION (text 2.72, outdated)

We'll look into it.

Original comment by erwin.coumans on 6 Nov 2008 at 8:36

GoogleCodeExporter commented 9 years ago
It has been applied:

http://code.google.com/p/bullet/source/detail?r=1469

Thanks again for the patch!
Erwin

Original comment by erwin.coumans on 7 Nov 2008 at 12:11