Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codestation committed Nov 24, 2016
1 parent 11a06fc commit 6044fbf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildscripts/rpmbuild/qcma.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/windows/qcma.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion config.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.4.0
VERSION = 0.4.1

# enable pkg-config on osx/windows
QT_CONFIG -= no-pkg-config
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 6044fbf

Please sign in to comment.