From 05a23108e8c3ec7b2bcbcbd954a7e4ab615a6c78 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 12 Oct 2015 20:22:03 +0300 Subject: [PATCH] Bumped version number to 0.1.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92e0726..7b9f4b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET (PROJECT_DESCRIPTION "LaTeX representation in the memory.") SET (MAJOR 0) SET (MINOR 1) -SET (PATCH 6) +SET (PATCH 7) LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)