From 9569cf6acb7ba080561c861fc34d2f1c6b67e019 Mon Sep 17 00:00:00 2001 From: codestation Date: Sat, 28 Feb 2015 18:55:21 -0430 Subject: [PATCH] Remove duplicated line on version script. --- version_bump.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/version_bump.sh b/version_bump.sh index 2eea10c..ef30027 100755 --- a/version_bump.sh +++ b/version_bump.sh @@ -2,7 +2,6 @@ [ $# -eq 0 ] && { echo "Usage: $0 "; exit 1; } -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 and nsis script"