From 790162755d1de922186d26903688360d6c635f2a Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 20 Mar 2016 02:39:31 +0300 Subject: [PATCH] Bump version number to 0.1.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed8f237..b07c1df 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 9) +SET (PATCH 10) LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)