From 718e31ece8483840369b4d4a9b8791d0244fc0ea Mon Sep 17 00:00:00 2001 From: codestation Date: Thu, 27 Dec 2018 00:20:40 -0500 Subject: [PATCH] bump version to 0.4.2 --- buildscripts/rpmbuild/qcma.spec | 2 +- buildscripts/windows/qcma.nsi | 2 +- config.pri | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscripts/rpmbuild/qcma.spec b/buildscripts/rpmbuild/qcma.spec index 139afa3..52bfed7 100644 --- a/buildscripts/rpmbuild/qcma.spec +++ b/buildscripts/rpmbuild/qcma.spec @@ -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} diff --git a/buildscripts/windows/qcma.nsi b/buildscripts/windows/qcma.nsi index cfc77dc..68bf036 100644 --- a/buildscripts/windows/qcma.nsi +++ b/buildscripts/windows/qcma.nsi @@ -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" diff --git a/config.pri b/config.pri index ac198f9..7488cec 100644 --- a/config.pri +++ b/config.pri @@ -1,4 +1,4 @@ -VERSION = 0.4.1 +VERSION = 0.4.2 # enable pkg-config on osx/windows QT_CONFIG -= no-pkg-config