From: Kadi on
I wrote a function in Matlab which I would like to convert into C++ shared libraries, so I used deploytool command of matlab compiler and was able to successfully do the conversion.

A few changes have been made to the matlab code and I would like to compile a new set of shared libraries that reflect these changes and instead of renaming or overwriting the previous files is there any way I can still keep the same name for the C++ shared libraries and change the file number or vesrion number in the properties field so that I can track the changes.