Skip to content

Commit

Permalink
Release v5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jan 4, 2023
1 parent 9fc4452 commit c83088e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 3.5)
project (qcint C)
set(qcint_VERSION_MAJOR "5")
set(qcint_VERSION_MINOR "1")
set(qcint_VERSION_PATCH "7")
set(qcint_VERSION_PATCH "8")
set(qcint_VERSION_TWEAK "0")
set(qcint_VERSION "${qcint_VERSION_MAJOR}.${qcint_VERSION_MINOR}.${qcint_VERSION_PATCH}")
set(qcint_SOVERSION "${qcint_VERSION_MAJOR}")
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Version 5.1.7 (2023-01-03):
Version 5.1.8 (2023-01-03):
* Fix integer overflow error in cintopt initialization

Version 5.1.7 (2022-12-06):
* Boundary check when initializing CINTOpt

Version 5.1.5 (2022-08-24):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ qcint (quick libcint)

An optimized libcint branch for X86 platform

version 5.1.7
version 5.1.8
2022-01-03


Expand Down

0 comments on commit c83088e

Please sign in to comment.