From 8986cba4a6254b225ad7e3392a75973346600e2b Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 27 Dec 2015 22:39:23 +0100 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- dbus-soundrecorder.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3901bb..ddadffe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "Records sound from Pulse Audio with ffmpeg while watching D-Bus to determine tracks and meta information.") set(META_VERSION_MAJOR 1) -set(META_VERSION_MINOR 1) +set(META_VERSION_MINOR 2) set(META_VERSION_PATCH 0) # stringification of meta data diff --git a/dbus-soundrecorder.pro b/dbus-soundrecorder.pro index c15a47b..c60baf3 100644 --- a/dbus-soundrecorder.pro +++ b/dbus-soundrecorder.pro @@ -4,7 +4,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.1.0 +VERSION = 1.2.0 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {