From f5d509d7cff17bc4ab4692aada124df7855720b9 Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Sun, 15 Apr 2018 17:14:13 -0700 Subject: [PATCH] Update version tag in cmakefile --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e31fa4a..e6137449 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 2.6) project (cint C) -set(cint_VERSION "3.0.6") +set(cint_VERSION "3.0.11") #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -O2 -DNDEBUG") if ("${CMAKE_BUILD_TYPE}" STREQUAL "")