From 532ea155e0d24efd52adc3364a46a5126c65b55b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 24 Nov 2014 16:30:19 -0800 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba9a0b9c7..0e25ae450 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ if (HAVE_FPIC_FLAG) add_definitions(${FPIC_FLAG}) endif () -set(MP_DATE 20140617) +set(MP_DATE 20141121) set(MP_SYSINFO "${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR}") function (add_mp_library name)