From c5bab3de716db5e3dae3703ed3b72f2bf1cd51d3 Mon Sep 17 00:00:00 2001 From: Vladimir Timofeev Date: Sun, 24 May 2015 02:58:03 +0300 Subject: [PATCH] Bump version to 0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c53fb1e..986f5d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) project(InputSourceSwitcher) set(InputSourceSwitcher_VERSION_MAJOR 0) -set(InputSourceSwitcher_VERSION_MINOR 2) +set(InputSourceSwitcher_VERSION_MINOR 3) option(BUILD_SHARED_LIBS "Build shared libraries" ON)