From 001cfc931dc258cdcb5e274289feec2a4cfc0cce Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 7 Mar 2017 16:55:07 +0100 Subject: [PATCH] Update major version to 7 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 369f055..b9160ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,8 +171,8 @@ set(META_APP_NAME "Tag Parser") set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags") -set(META_VERSION_MAJOR 6) -set(META_VERSION_MINOR 5) +set(META_VERSION_MAJOR 7) +set(META_VERSION_MINOR 0) set(META_VERSION_PATCH 0) set(META_PUBLIC_SHARED_LIB_DEPENDS c++utilities) set(META_PUBLIC_STATIC_LIB_DEPENDS c++utilities_static)