Version bump to 0.3.13.

This commit is contained in:
codestation
2016-09-01 16:52:42 -04:00
parent 7260cb678d
commit b710981e6e
4 changed files with 12 additions and 3 deletions

View File

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

9
debian/changelog vendored
View File

@@ -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 qcma (0.3.12) unstable; urgency=low
* Added support for host endianness. * Added support for host endianness.

View File

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

View File

@@ -10,7 +10,7 @@
!define PRODUCT_EXE_NAME "qcma.exe" !define PRODUCT_EXE_NAME "qcma.exe"
!define PRODUCT_VERSION_MAJOR 0 !define PRODUCT_VERSION_MAJOR 0
!define PRODUCT_VERSION_MINOR 3 !define PRODUCT_VERSION_MINOR 3
!define PRODUCT_VERSION_BUILD 12 !define PRODUCT_VERSION_BUILD 13
!define PRODUCT_PUBLISHER "codestation" !define PRODUCT_PUBLISHER "codestation"
!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma" !define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"