pidgin/pidgin

Bump the version and set the date for the release
release-2.x.y v2.14.0
2020-06-09, Gary Kramlich
26920ccc9bd7
Bump the version and set the date for the release
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done