From a6199d0fdd14137c3b73ed2a26c7aa6cd3172cbb Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 5 Oct 2015 22:21:49 +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 804a91f..4966a21 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.0 +VERSION = 1.0.1 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {