From d9dbfe5e5c5684a26cd1274d641ab8d99e3f9ec1 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 14 Nov 2015 07:57:40 +0300 Subject: [PATCH] Bump version number to 0.1.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c88524..ed8f237 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 8) +SET (PATCH 9) LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)