From 6ff709745ecf104639917aef4ba93e2a9627f671 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 2 Mar 2015 17:11:39 +0300 Subject: [PATCH] Bumped version number to 0.1.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65c2e3a..20513fa 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 3) +SET (PATCH 4) LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)