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

@@ -1 +1 @@
+ BulletDynamica2.72 1.0
+ BulletDynamica2.73 1.0

View File

@@ -8,14 +8,14 @@
;--------------------------------
; The name of the installer
Name "Dynamica Bullet 2.72 physics plugin for Maya 2008"
Name "Dynamica Bullet 2.73 physics plugin for Maya 2008"
; The file to write
OutFile "DynamicaForMaya2008_32bit.exe"
OutFile "DynamicaForMaya2009_32bit.exe"
; The default installation directory
InstallDir $PROGRAMFILES\DynamicaBullet2.72\
InstallDir $PROGRAMFILES\DynamicaBullet2.73\
UninstPage uninstConfirm
UninstPage instfiles

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();