Bump version to 0.4.1

This commit is contained in:
codestation
2016-11-24 11:27:25 -04:00
parent 11a06fc2a1
commit 6044fbfdba
4 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# qcma spec file
#
%define _version 0.4.0
%define _version 0.4.1
%if "%{_version}" == "testing" || "%{_version}" == "master"
%define _verprefix %{_version}

View File

@@ -11,7 +11,7 @@
!define PRODUCT_EXE_NAME "qcma.exe"
!define PRODUCT_VERSION_MAJOR 0
!define PRODUCT_VERSION_MINOR 4
!define PRODUCT_VERSION_BUILD 0
!define PRODUCT_VERSION_BUILD 1
!define PRODUCT_PUBLISHER "codestation"
!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"

View File

@@ -1,4 +1,4 @@
VERSION = 0.4.0
VERSION = 0.4.1
# enable pkg-config on osx/windows
QT_CONFIG -= no-pkg-config

8
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
qcma (0.4.1) unstable; urgency=low
* Do not reescan database automatically while transferring files.
-- codestation <codestation404@gmail.com> Thu, 24 Nov 2016 00:00:00 -0000
qcma (0.4.0) unstable; urgency=low
* Allow driver selection in components page.
@@ -9,7 +15,7 @@ qcma (0.4.0) unstable; urgency=low
* Fix folder open button in backup manager.
* Implement automatic database refresh on root category listing.
-- codestation <codestation404@gmail.com> Thu, 01 Sep 2016 00:00:00 -0000
-- codestation <codestation404@gmail.com> Tue, 2 Nov 2016 00:00:00 -0000
qcma (0.3.13) unstable; urgency=low