Next: Checkin-Time and Checkin-Login attributes, Previous: Project-Description attribute, Up: Descriptors
The version log is stored with the descriptor of each version of a project. A
prcs checkin
initializes it from the New-Version-Log attribute, removing any existing Version-Log attribute, and setting the New-Version-Log to the empty string. The version log is intended to describe the changes made in this version from its predecessor, or to contain other comments about it.
For example,
(Version-Log "Added header.h") (New-Version-Log "Modified main.c")