From 45416b2bfe37235aa32323bc9dba6c89fd14fcda Mon Sep 17 00:00:00 2001 From: codestation Date: Sun, 4 May 2014 11:19:41 -0430 Subject: [PATCH] Updated changelog. Version bump. --- ChangeLog | 7 +++++++ qcma_common.pri | 2 +- rpmbuild/qcma-fedora.spec | 2 +- rpmbuild/qcma-openSUSE.spec | 2 +- windows/qcma.nsi | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96488e1..caa68d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +qcma (0.3.2) unstable; urgency=low + + * Fixed bug with PSP savedata transfer. + * Fixed about dialog. + + -- codestation Thu, 04 May 2014 00:00:00 -0000 + qcma (0.3.1) unstable; urgency=low * Headless qcma version. diff --git a/qcma_common.pri b/qcma_common.pri index 8c8750d..2015618 100644 --- a/qcma_common.pri +++ b/qcma_common.pri @@ -6,7 +6,7 @@ QT += core network sql -VERSION = 0.3.1 +VERSION = 0.3.2 TEMPLATE = app diff --git a/rpmbuild/qcma-fedora.spec b/rpmbuild/qcma-fedora.spec index b7a8e75..8723759 100644 --- a/rpmbuild/qcma-fedora.spec +++ b/rpmbuild/qcma-fedora.spec @@ -6,7 +6,7 @@ Name: qcma Summary: PSVita Content Manager Assistant License: GPL-3.0 Release: 1 -Version: 0.3.1 +Version: 0.3.2 URL: https://github.com/codestation/qcma Source: https://github.com/codestation/qcma.git Group: Productivity/File utilities diff --git a/rpmbuild/qcma-openSUSE.spec b/rpmbuild/qcma-openSUSE.spec index a823174..1b891ae 100644 --- a/rpmbuild/qcma-openSUSE.spec +++ b/rpmbuild/qcma-openSUSE.spec @@ -6,7 +6,7 @@ Name: qcma Summary: PSVita Content Manager Assistant License: GPL-3.0 Release: 1 -Version: 0.3.1 +Version: 0.3.2 URL: https://github.com/codestation/qcma Source: https://github.com/codestation/qcma.git Group: Productivity/File utilities diff --git a/windows/qcma.nsi b/windows/qcma.nsi index efea884..eaa5c68 100644 --- a/windows/qcma.nsi +++ b/windows/qcma.nsi @@ -10,7 +10,7 @@ !define PRODUCT_EXE_NAME "qcma.exe" !define PRODUCT_VERSION_MAJOR 0 !define PRODUCT_VERSION_MINOR 3 -!define PRODUCT_VERSION_BUILD 1 +!define PRODUCT_VERSION_BUILD 2 !define PRODUCT_PUBLISHER "codestation" !define PRODUCT_WEB_SITE "https://github.com/codestation/qcma" !define HELPURL "https://github.com/xiannox/qcma/wiki"