Added rest of file modifications. (oops)

This commit is contained in:
codestation
2015-03-21 14:53:43 -04:30
parent 9f790dc788
commit 79067535c0
112 changed files with 228 additions and 14060 deletions

View File

@@ -3,5 +3,5 @@
[ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; }
sed -i "s/%define _version.*/%define _version $1/" rpmbuild/qcma.spec
sed -i "s/VERSION = .*/VERSION = $1/" qcma_common.pri
sed -i "s/VERSION = .*/VERSION = $1/" config.pri
echo "Don't forget to update the changelog and nsis script"