repo.or.cz
/
dejavu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* rename the ccmp lookup to something that's more close to what it's really doing...
[dejavu.git]
/
dejavu-fonts
/
bump_version.sh
blob
0cda74b117634cc6e86f3d6589454d314d1e7128
1
#!/bin/bash
2
3
# $Id$
4
5
ver
=
$1
6
for
i
in
*
.sfd
;
do
7
sed
"s,\(Version:
\?
\)\(0\.[0-9]\+\.[0-9]\+\|[1-9][0-9]*\.[0-9]\+\),\1
$ver
,"
$i
>
$i
.tmp
8
mv
$i
.tmp
$i
9
done