From 6563a0c854a4f1c2b9595dc7728726d10fd0064c Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 16 Oct 2015 21:47:02 +0200 Subject: [PATCH] updated version --- tagparser.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagparser.pro b/tagparser.pro index 6bc6d4a..04a4b98 100644 --- a/tagparser.pro +++ b/tagparser.pro @@ -3,7 +3,7 @@ appname = "Tag Parser" appauthor = Martchus appurl = "https://github.com/$${appauthor}/$${projectname}" QMAKE_TARGET_DESCRIPTION = "C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags." -VERSION = 2.0.2 +VERSION = 3.0.0 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {