Skip to content

Commit

Permalink
Release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jan 31, 2023
1 parent df9f23a commit 2dbcfe1
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 "5")
set(cint_VERSION_MINOR "1")
set(cint_VERSION_PATCH "9")
set(cint_VERSION_MINOR "2")
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 5.2.0 (2023-01-31):
* Optimize SR-ERI integral screen

Version 5.1.9 (2023-01-09):
* Fix approx_log bug for non-x86 architecture

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libcint
=======

version 5.1.9
2022-01-09
version 5.2.0
2022-01-31


What is libcint
Expand Down

0 comments on commit 2dbcfe1

Please sign in to comment.