From 5eef1fcde105da59bda3939d8ec3c5a7b86be7fa Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Sun, 18 Oct 2015 00:17:43 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab7682c..4b820b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON) set(CMAKE_BUILD_TYPE Release) -set(mstch_VERSION 0.2.3) +set(mstch_VERSION 1.0.0) if(NOT MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra -O3")