From 57078d0abd35e9afd5ace66761a45d38a0e849cf Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Mon, 24 Aug 2015 15:59:25 -0400 Subject: [PATCH] Update version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7734e9b..098df7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11) set(MAJOR_VERSION "0") set(MINOR_VERSION "6") -set(PATCH_VERSION "0") +set(PATCH_VERSION "1") # Tell CMake to run moc when necessary: set(CMAKE_AUTOMOC ON)