updated version

This commit is contained in:
Martchus 2015-12-27 22:39:23 +01:00
parent 7859da9ca8
commit 8986cba4a6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) {