bump up the Dynamica version to 2.73, to match the Bullet version (avoids confusion for now)

This commit is contained in:
erwin.coumans
2009-01-08 00:16:12 +00:00
parent 48526b720c
commit e839350a2c
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ const char *const colladaDefaultOptions =
MStatus initializePlugin( MObject obj )
{
MStatus status;
MFnPlugin plugin( obj, "Walt Disney Feature Animation", "1.0", "Any");
MFnPlugin plugin( obj, "Walt Disney Feature Animation", "2.73", "Any");
solver_t::initialize();