This is a bit tricky and language specific; you've got to find all the places that need updating, and that may touch quite a few files. You've also got to watch out for false friends; places that happen to have the same version number string used for something else (often as the number of another package).
This is a bit tricky and language specific; you've got to find all the places that need updating, and that may touch quite a few files. You've also got to watch out for false friends; places that happen to have the same version number string used for something else (often as the number of another package).