Bump version to 0.3.9.
Updated changelog.
This commit is contained in:
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -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 <codestation404@gmail.com> Sat, 28 Feb 2015 00:00:00 -0000
|
||||
|
||||
qcma (0.3.8) unstable; urgency=low
|
||||
|
||||
* Fix broadcast in qcma_cli
|
||||
|
||||
-- codestation <codestation404@gmail.com> Fri, 23 Oct 2014 00:00:00 -0000
|
||||
-- codestation <codestation404@gmail.com> Fri, 27 Feb 2015 00:00:00 -0000
|
||||
|
||||
qcma (0.3.7) unstable; urgency=low
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
QT += core network sql
|
||||
|
||||
VERSION = 0.3.8
|
||||
VERSION = 0.3.9
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
|
@@ -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}
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user