From f561f68707908013a56a25fa1335b94976d9e5fe Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 2 Dec 2015 01:12:15 +0100 Subject: [PATCH] updated version --- videodownloader.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videodownloader.pro b/videodownloader.pro index 274d962..2cd9db6 100644 --- a/videodownloader.pro +++ b/videodownloader.pro @@ -3,7 +3,7 @@ appname = "Video Downloader" appauthor = Martchus appurl = "https://github.com/$${appauthor}/$${projectname}" QMAKE_TARGET_DESCRIPTION = "A video downloader with Qt GUI (currently only YouTube is maintained)." -VERSION = 1.2.0 +VERSION = 1.2.1 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {