From 52192a8afabd26d390d6a3acdbc9ed81c38e2aa8 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 12 Oct 2015 20:34:33 +0200 Subject: [PATCH] updated version --- dbus-soundrecorder.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus-soundrecorder.pro b/dbus-soundrecorder.pro index 4966a21..cc7589f 100644 --- a/dbus-soundrecorder.pro +++ b/dbus-soundrecorder.pro @@ -3,7 +3,7 @@ appname = "D-Bus Sound Recorder" appauthor = Martchus appurl = "https://github.com/$${appauthor}/$${projectname}" QMAKE_TARGET_DESCRIPTION = "Records sound from Pulse Audio with ffmpeg while watching D-Bus to determine tracks and meta information." -VERSION = 1.0.1 +VERSION = 1.1.0 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {