Worked no problem. I ran the update version, as I didn't have any other mods loaded. All I had to do was redo my theme changes in index.template.php and the language file index.english.php (per the bridge readme files), and I was good to go.
For good measure, I also added a valid MOS or die statement to index.php so it couldn't be loaded independtly, and I changed smf.php in the com_smf component directory to reflect the correct version.
I didn't make any changes yet, but upgrade from RC2 to 1.0 was smooth.
Looks very nice so far. (But even the betas/rc vas nice).
One funny thing though. By board still reports rc2 after upgrading.
It is only when run in the smf-mambo bridge that it says rc2. As standalone SMF it says "SMF 1.0" as expected.
Go figure.
in smf.php search for $forum_version = 'SMF 1.0 RC2'; and change to $forum_version = 'SMF 1.0'; to show 1.0 as your version ;)
Yup, Jerry. That did it. (looks much better when it says "SMF 1.0", since I've waited for it so long ).
Thanks.