Version bump to 0.3.13.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION = 0.3.12
|
||||
VERSION = 0.3.13
|
||||
|
||||
# enable pkg-config on osx/windows
|
||||
QT_CONFIG -= no-pkg-config
|
||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -1,3 +1,12 @@
|
||||
qcma (0.3.13) unstable; urgency=low
|
||||
|
||||
* Notify the user if an update check is being made.
|
||||
* Bundle libusbK driver by default on windows installer.
|
||||
* Fix build on openSUSE and OSX.
|
||||
* Fix incomplete spanish translations.
|
||||
|
||||
-- codestation <codestation404@gmail.com> Thu, 01 Sep 2016 00:00:00 -0000
|
||||
|
||||
qcma (0.3.12) unstable; urgency=low
|
||||
|
||||
* Added support for host endianness.
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# qcma spec file
|
||||
#
|
||||
|
||||
%define _version 0.3.12
|
||||
%define _version 0.3.13
|
||||
|
||||
%if "%{_version}" == "testing" || "%{_version}" == "master"
|
||||
%define _verprefix %{_version}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
!define PRODUCT_EXE_NAME "qcma.exe"
|
||||
!define PRODUCT_VERSION_MAJOR 0
|
||||
!define PRODUCT_VERSION_MINOR 3
|
||||
!define PRODUCT_VERSION_BUILD 12
|
||||
!define PRODUCT_VERSION_BUILD 13
|
||||
!define PRODUCT_PUBLISHER "codestation"
|
||||
!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"
|
||||
|
||||
|
Reference in New Issue
Block a user