Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 2, 2020
1 parent f92ba79 commit fbfea6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6)
project (cint C)
set(cint_VERSION_MAJOR "4")
set(cint_VERSION_MINOR "0")
set(cint_VERSION_PATCH "0")
set(cint_VERSION_PATCH "1")
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
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 4.0.1 (2020-10-02):
* Update docs
Version 4.0.0 (2020-09-23):
* API Change. PTR_LIGHT_SPEED is replaced with PTR_EXPCUTOFF.
Integral screening parameter can be passed through env[PTR_EXPCUTOFF]
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libcint
=======

version 4.0.1
2020-09-23
2020-10-02


What is libcint
Expand Down

0 comments on commit fbfea6b

Please sign in to comment.