
169
Chapter 11
Conclusion of
Software Change
Objectives
e last phase of software change is a phase where the programmers integrate
the modified code into the baseline, prepare software for future changes, and
may release the new version to the users. After you have read this chapter, you
will know:
◾ Build of the new baseline
◾ Preparation of the software for future changes
◾ Release of the new version
***
After the previous phases of the software change have been completed, conclusion
is the last phase, as depicted in Figure 11.1. In this phase, programmers commit
the updated code to the version control system. As we discussed in chapter 3, con- ...