From 3dd08debb0a50e1ffc4552393803a39e063c9934 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 30 Aug 2015 15:32:52 +0300 Subject: [PATCH] Bumped version number to 0.1.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20513fa..8aeb00e 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 4) +SET (PATCH 5) LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)