From d9415a8e3528b7b8f5717e3c68105f40d83b1fd4 Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Fri, 24 Dec 2021 19:13:00 -0800 Subject: [PATCH] Release v5.1.0 --- CMakeLists.txt | 4 ++-- ChangeLog | 4 ++-- README | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e03d2a5b..c7a98f82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required (VERSION 3.5) project (cint C) set(cint_VERSION_MAJOR "5") -set(cint_VERSION_MINOR "0") -set(cint_VERSION_PATCH "1") +set(cint_VERSION_MINOR "1") +set(cint_VERSION_PATCH "0") set(cint_VERSION_TWEAK "0") set(cint_VERSION "${cint_VERSION_MAJOR}.${cint_VERSION_MINOR}.${cint_VERSION_PATCH}") set(cint_SOVERSION "${cint_VERSION_MAJOR}") diff --git a/ChangeLog b/ChangeLog index b5721ffa..25189c37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -Version 5.0.1 (2021-12-24): - * Update cint.h for pyscf +Version 5.1.0 (2021-12-24): + * Update cint.h to make CINTEnvVars closed to the definition in qcint Version 5.0.0 (2021-11-07): * Improve the cartesian-spinor transformation * Remove the dependency to BLAS library diff --git a/README b/README index 886d6bfa..751f02b9 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ libcint ======= -version 5.0.1 +version 5.1.0 2021-12-24