changeset 919:4eef738c52e4 octave-forge

Put release # in the changelog, instead of $TAG
author pkienzle
date Thu, 15 May 2003 14:32:52 +0000
parents 3409a9979c86
children 692594065967
files release.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/release.sh	Wed May 14 20:18:15 2003 +0000
+++ b/release.sh	Thu May 15 14:32:52 2003 +0000
@@ -49,7 +49,7 @@
   v=`date +%Y%m%d`;
 endfunction
 EOF
-cvs commit -m '$TAG release' ChangeLog main/miscellaneous/OCTAVE_FORGE_VERSION.m
+cvs commit -m "$TAG release" ChangeLog main/miscellaneous/OCTAVE_FORGE_VERSION.m
 
 # tag the CVS tree with the revision number
 cvs rtag $TAG $PROJECT