Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Dec 25, 2021
1 parent 1190e3b commit 719c6a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 3.5)
project (qcint C)
set(qcint_VERSION_MAJOR "5")
set(qcint_VERSION_MINOR "0")
set(qcint_VERSION_PATCH "1")
set(qcint_VERSION_MINOR "1")
set(qcint_VERSION_PATCH "0")
set(qcint_VERSION_TWEAK "0")
set(qcint_VERSION "${qcint_VERSION_MAJOR}.${qcint_VERSION_MINOR}.${qcint_VERSION_PATCH}")
set(qcint_SOVERSION "${qcint_VERSION_MAJOR}")
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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 libcint
Version 5.0.0 (2021-11-07):
* Improve the cartesian-spinor transformation
* Remove the dependency to BLAS library
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 5.0.1
version 5.1.0

2021-12-24

Expand Down

0 comments on commit 719c6a2

Please sign in to comment.