From 0ab3206d18c501b8916e10e55cf5340494875fb6 Mon Sep 17 00:00:00 2001 From: codestation Date: Thu, 9 Oct 2014 19:35:59 -0430 Subject: [PATCH] Bump version to 0.3.5 --- ChangeLog | 8 +++++++- qcma_common.pri | 2 +- rpmbuild/qcma-fedora.spec | 2 +- rpmbuild/qcma-openSUSE.spec | 2 +- windows/qcma.nsi | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95764c2..84bae7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +qcma (0.3.5) unstable; urgency=low + + * Do not override the user provided protocol version. + + -- codestation Thu, 09 Oct 2014 00:00:00 -0000 + qcma (0.3.4) unstable; urgency=low * Fixed compatibility with FW 3.30. @@ -5,7 +11,7 @@ qcma (0.3.4) unstable; urgency=low * Added notifications via libnotify on Linux. * Added AppIndicator support for GNOME 3 and Unity. - -- codestation Thu, 28 Jun 2014 00:00:00 -0000 + -- codestation Thu, 07 Oct 2014 00:00:00 -0000 qcma (0.3.3) unstable; urgency=low diff --git a/qcma_common.pri b/qcma_common.pri index 0ef476e..119bfa5 100644 --- a/qcma_common.pri +++ b/qcma_common.pri @@ -6,7 +6,7 @@ QT += core network sql -VERSION = 0.3.4 +VERSION = 0.3.5 TEMPLATE = app diff --git a/rpmbuild/qcma-fedora.spec b/rpmbuild/qcma-fedora.spec index c9ce75e..db918d0 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.4 +Version: 0.3.5 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 4f89afc..f9cbd6d 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.4 +Version: 0.3.5 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 01f3f68..d1319de 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 4 +!define PRODUCT_VERSION_BUILD 5 !define PRODUCT_PUBLISHER "codestation" !define PRODUCT_WEB_SITE "https://github.com/codestation/qcma" !define HELPURL "https://github.com/xiannox/qcma/wiki"