bump version to 0.4.2

This commit is contained in:
codestation
2018-12-27 00:20:40 -05:00
parent 3f43fff573
commit 718e31ece8
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# qcma spec file
#
%define _version 0.4.1
%define _version 0.4.2
%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 1
!define PRODUCT_VERSION_BUILD 2
!define PRODUCT_PUBLISHER "codestation"
!define PRODUCT_WEB_SITE "https://github.com/codestation/qcma"

View File

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