Version bump to 0.3.11.

This commit is contained in:
codestation
2016-03-18 20:04:22 -04:30
parent 65b04093eb
commit 7252fac5b9
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -2,7 +2,7 @@
# qcma spec file # qcma spec file
# #
%define _version 0.3.10 %define _version 0.3.11
%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 10 !define PRODUCT_VERSION_BUILD 11
!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"
!define HELPURL "https://github.com/xiannox/qcma/wiki" !define HELPURL "https://github.com/xiannox/qcma/wiki"