0.7.1
[fapman] / updateversion.sh
1 #!/bin/sh
2 ver=`cat debian/changelog | sed -n -e '1p'| cut -d ' ' -f 2 | tr -d "()" | cut -d '-' -f 1`
3 echo "const QString PROGRAM_VERSION=\"$ver\";" > version.h