From 97dcffdbe3fd84a5a80d5f4fdc4513fabf9a3f4a Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Sat, 30 Nov 2019 22:17:28 -0800 Subject: [PATCH] Update version tag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24e7636..806911e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 2.6) project (qcint C) -set(qcint_VERSION "3.0.18") +set(qcint_VERSION "3.0.19") set(qcint_SOVERSION "3") if ("${CMAKE_BUILD_TYPE}" STREQUAL "")