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 6d46a9c commit d9415a8
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 (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}")
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 qcint
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libcint
=======

version 5.0.1
version 5.1.0
2021-12-24


Expand Down

0 comments on commit d9415a8

Please # to comment.