From 70bb962272b8ae6f69ca7cdbfdef63a348b5884b Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Fri, 4 Jun 2021 10:06:23 -0700 Subject: [PATCH] Release v4.4.1 --- CMakeLists.txt | 2 +- ChangeLog | 3 +++ README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b0a676..a7aee32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5) project (qcint C) set(qcint_VERSION_MAJOR "4") set(qcint_VERSION_MINOR "4") -set(qcint_VERSION_PATCH "0") +set(qcint_VERSION_PATCH "1") set(qcint_VERSION_TWEAK "0") set(qcint_VERSION "${qcint_VERSION_MAJOR}.${qcint_VERSION_MINOR}.${qcint_VERSION_PATCH}") set(qcint_SOVERSION "${qcint_VERSION_MAJOR}") diff --git a/ChangeLog b/ChangeLog index 318f982..5ea5611 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 4.4.1 (2021-06-04): + * Fix bugs in int1e_grids for attenuated Coulomb operators + * Fix undefined symbols when compiling without flag WITH_RANGE_COULOMB Version 4.4.0 (2021-05-04): * Add new integral type int1e_grids * Fix cache size type diff --git a/README.md b/README.md index 0c2028c..2ee3f78 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ qcint (quick libcint) An optimized libcint branch for X86 platform -version 4.4.0 +version 4.4.1 -2021-05-04 +2021-06-04 What is qcint