From 4979a5dc4ae6992d9c1ab363909dd9825ab06409 Mon Sep 17 00:00:00 2001 From: codestation Date: Sat, 28 Feb 2015 18:20:19 -0430 Subject: [PATCH] Bump version to 0.3.9. Updated changelog. --- debian/changelog | 10 +++++++++- qcma_common.pri | 2 +- rpmbuild/qcma.spec | 2 +- version_bump.sh | 6 +++--- windows/qcma.nsi | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index fe140d8..a6c4c94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ +qcma (0.3.9) unstable; urgency=low + + * Set correct organization name in qcma_cli. + * Fix for protocolMode "custom". + * Use updated avcodec function calls. + + -- codestation Sat, 28 Feb 2015 00:00:00 -0000 + qcma (0.3.8) unstable; urgency=low * Fix broadcast in qcma_cli - -- codestation Fri, 23 Oct 2014 00:00:00 -0000 + -- codestation Fri, 27 Feb 2015 00:00:00 -0000 qcma (0.3.7) unstable; urgency=low diff --git a/qcma_common.pri b/qcma_common.pri index 2070fac..3dc7a38 100644 --- a/qcma_common.pri +++ b/qcma_common.pri @@ -6,7 +6,7 @@ QT += core network sql -VERSION = 0.3.8 +VERSION = 0.3.9 TEMPLATE = app diff --git a/rpmbuild/qcma.spec b/rpmbuild/qcma.spec index 39ce13f..11c9aa9 100644 --- a/rpmbuild/qcma.spec +++ b/rpmbuild/qcma.spec @@ -2,7 +2,7 @@ # qcma spec file # -%define _version 0.3.8 +%define _version 0.3.9 %if "%{_version}" == "testing" || "%{_version}" == "master" %define _verprefix %{_version} diff --git a/version_bump.sh b/version_bump.sh index 5a7bc45..2eea10c 100755 --- a/version_bump.sh +++ b/version_bump.sh @@ -2,7 +2,7 @@ [ $# -eq 0 ] && { echo "Usage: $0 "; 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" diff --git a/windows/qcma.nsi b/windows/qcma.nsi index dc19d40..6225833 100644 --- a/windows/qcma.nsi +++ b/windows/qcma.nsi @@ -10,7 +10,7 @@ !define PRODUCT_EXE_NAME "qcma.exe" !define PRODUCT_VERSION_MAJOR 0 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_VERSION_BUILD 7 +!define PRODUCT_VERSION_BUILD 9 !define PRODUCT_PUBLISHER "codestation" !define PRODUCT_WEB_SITE "https://github.com/codestation/qcma" !define HELPURL "https://github.com/xiannox/qcma/wiki"