Skip to content

Commit

Permalink
Release v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Apr 25, 2021
1 parent c41dc77 commit 455596f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 "4")
set(cint_VERSION_MINOR "1")
set(cint_VERSION_PATCH "3")
set(cint_VERSION_MINOR "3")
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
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 4.3.0 (2021-04-24):
* Add int1e_grids
* Fix cache size type
Version 4.1.3 (2021-04-13):
* Fix memory address int32 overflow for heavily contracted basis
Version 4.1.2 (2021-04-10):
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libcint
=======

version 4.1.3
2021-04-13
version 4.3.0
2021-04-24


What is libcint
Expand Down

0 comments on commit 455596f

Please sign in to comment.