+2006-10-23 Bob Proulx <bob@proulx.com> (tiny change)
+
+ * Makefile.maint (alpha beta major): Use a better log message for
+ the automatic commit of .prev-version.
+
2006-10-23 Jim Meyering <jim@meyering.net>
* tests/misc/pwd-long: Undo last change, since it made Perl invoke
chmod a-w $(rel-files)
$(MAKE) -s emit_upload_commands RELEASE_TYPE=$@
echo $(VERSION) > $(prev_version_file)
- $(VC) commit -m. $(prev_version_file)
+ $(VC) commit -m \
+ '$(prev_version_file): Record previous version: $(VERSION).' \
+ $(prev_version_file)