Changeset 558 for tools

Show
Ignore:
Timestamp:
08/25/07 20:27:45 (15 months ago)
Author:
michiel
Message:

ouch! replace the correct string ok ?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/mkrelease.sh

    r556 r558  
    133133        files=`find . -type f | grep -v '.svn' | grep -v '/tiny_mce' | grep -v '/mvblog_apidoc'` 
    134134        for a in $files; do 
    135                 sed "s,2.2,${VERSION},g" "${a}" > "${a}.$$" 
     135                sed "s,%%VERSION%%,${VERSION},g" "${a}" > "${a}.$$" 
    136136                mv "${a}.$$" "${a}" 
    137137        done