From bae9a49b0d822eb6cca035f9a56739d112f954f4 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Sun, 18 Feb 2018 02:48:47 +0200 Subject: [PATCH] Bump version to 0.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2672bbf0b..6c60559a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5.1) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") -project(Zeal VERSION 0.5.0) +project(Zeal VERSION 0.6.0) # Project information. if(APPLE)