Script update...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2001-09-08 20:16:13 +00:00
parent 9a528400f0
commit c15ea394d0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ cd fltk-$version
if test x$version != snapshot; then if test x$version != snapshot; then
echo "Tagging release..." echo "Tagging release..."
set tag = `echo v$version | tr '.' '_'` tag=`echo v$version | tr '.' '_'`
cvs tag -F $tag cvs tag -F $tag
fi fi