From b7435b9007cce55679fe6a4eab2ee6c88fdb5409 Mon Sep 17 00:00:00 2001 From: Konstantin Sorokin Date: Thu, 17 Nov 2016 11:56:53 +0300 Subject: [PATCH] increase minor version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7465c27..0c9d03c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ if (NOT GSTREAMERMM_FOUND) endif() set(TARGET_VERSION_MAJOR 0) -set(TARGET_VERSION_MINOR 1) +set(TARGET_VERSION_MINOR 2) set(TARGET_VERSION_PATCH 0) set(APP_VERSION "${TARGET_VERSION_MAJOR}.${TARGET_VERSION_MINOR}.${TARGET_VERSION_PATCH}")