Make lrelease-qt5 the default
This commit is contained in:
8
version_bump.sh
Executable file
8
version_bump.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ $# -eq 0 ] && { echo "Usage: $0 <version>"; exit 1; }
|
||||
|
||||
sed -i "s/Version:.*/Version: $1/" rpmbuild/qcma-fedora.spec
|
||||
sed -i "s/Version:.*/Version: $1/" rpmbuild/qcma-openSUSE.spec
|
||||
sed -i "s/VERSION = .*/VERSION = $1/" qcma_common.pri
|
||||
echo "Don't forget to update the changelog"
|
||||
Reference in New Issue
Block a user