We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2436b4d commit 74fa994Copy full SHA for 74fa994
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.5)
2
project (cint C)
3
set(cint_VERSION_MAJOR "5")
4
set(cint_VERSION_MINOR "2")
5
-set(cint_VERSION_PATCH "1")
+set(cint_VERSION_PATCH "2")
6
set(cint_VERSION_TWEAK "0")
7
set(cint_VERSION "${cint_VERSION_MAJOR}.${cint_VERSION_MINOR}.${cint_VERSION_PATCH}")
8
set(cint_SOVERSION "${cint_VERSION_MAJOR}")
ChangeLog
@@ -1,3 +1,6 @@
1
+Version 5.2.2 (2023-03-22):
+ * Improves rys-roots finder accuracy
+
Version 5.2.1 (2023-01-31):
* Improve error handling for SR-ERI integrals
README.rst
@@ -1,8 +1,8 @@
libcint
=======
-version 5.2.1
-2022-02-15
+version 5.2.2
+2023-03-22
What is libcint
0 commit comments