Bump version to 0.3.9.

Updated changelog.
This commit is contained in:
codestation
2015-02-28 18:20:19 -04:30
parent 8b1cb64700
commit 4979a5dc4a
5 changed files with 15 additions and 7 deletions

View File

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