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