Skip to content

Commit

Permalink
bump to 2.6.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jul 9, 2019
1 parent 1cd0015 commit 2bd1f26
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


Following is a brief summary of changes made in each release of Libint. Following is a brief summary of changes made in each release of Libint.


- 2019-xx-yy: 2.6.0-beta.6 - 2019-07-09: 2.6.0-beta.6
- Ten-no Gm evaluation for m=-1,0 does not use interpolation to guarantee ~1e-14 precision - Ten-no Gm evaluation for m=-1,0 does not use interpolation to guarantee ~1e-14 absolute precision
- resolved issue #134: incomplete std::any functionality in libc++ on pre 10.14 macos - resolved issue #134: incomplete std::any functionality in libc++ on pre 10.14 macos


- 2019-06-20: 2.6.0-beta.5 - 2019-06-20: 2.6.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion CITATION
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The literature citation for the present version in bibtex format is:
author = "E.~F.~Valeev", author = "E.~F.~Valeev",
title = "Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions", title = "Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions",
howpublished = "http://libint.valeyev.net/", howpublished = "http://libint.valeyev.net/",
note = "version 2.6.0-beta.5", note = "version 2.6.0-beta.6",
year = 2019 year = 2019
} }


Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
define([libint_mmm_version],[2.6.0]) define([libint_mmm_version],[2.6.0])
define([libint_buildid],[beta.5]) define([libint_buildid],[beta.6])
define([libint_so_version],[2:3:0]) define([libint_so_version],[2:3:0])


dnl --------- Begin --------- dnl --------- Begin ---------
Expand Down
2 changes: 1 addition & 1 deletion export/cmake/CMakeLists.txt.export
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(Libint LANGUAGES CXX C)
set(LIBINT_MAJOR_VERSION 2) set(LIBINT_MAJOR_VERSION 2)
set(LIBINT_MINOR_VERSION 6) set(LIBINT_MINOR_VERSION 6)
set(LIBINT_MICRO_VERSION 0) set(LIBINT_MICRO_VERSION 0)
set(LIBINT_BUILDID "beta.5") set(LIBINT_BUILDID "beta.6")
set(LIBINT_VERSION "${LIBINT_MAJOR_VERSION}.${LIBINT_MINOR_VERSION}.${LIBINT_MICRO_VERSION}") set(LIBINT_VERSION "${LIBINT_MAJOR_VERSION}.${LIBINT_MINOR_VERSION}.${LIBINT_MICRO_VERSION}")
if (LIBINT_BUILDID) if (LIBINT_BUILDID)
set(LIBINT_EXT_VERSION "${LIBINT_MAJOR_VERSION}.${LIBINT_MINOR_VERSION}.${LIBINT_MICRO_VERSION}-${LIBINT_BUILDID}") set(LIBINT_EXT_VERSION "${LIBINT_MAJOR_VERSION}.${LIBINT_MINOR_VERSION}.${LIBINT_MICRO_VERSION}-${LIBINT_BUILDID}")
Expand Down
2 changes: 1 addition & 1 deletion export/configure.export
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
define([libint_mmm_version],[2.6.0]) define([libint_mmm_version],[2.6.0])
define([libint_buildid],[beta.5]) define([libint_buildid],[beta.6])
define([libint_so_version],[2:3:0]) define([libint_so_version],[2:3:0])


dnl --------- Begin --------- dnl --------- Begin ---------
Expand Down

0 comments on commit 2bd1f26

Please sign in to comment.