The underlying thought is that you ought to be able to do a maintenance release upgrade e.g. 2.50.08 -> 2.50.32, 3.00.10->3.00.18 etc without a recompile and distribution of your object code.
In our case we are recompiling our object code and distributing to our customer before they get a maintenance upgrade.
So we will be compiling the code with 2.50.32 and putting it on the customer's server that is still running 2.50.08
Candy