Skip to content

Commit

Permalink
bump to 2.6.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jun 21, 2019
1 parent f1f73f6 commit c786c1f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

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

- 2019-06-20: 2.6.0-beta.5
- fixed bundled boost unpacking issues in exported lib CMake build
- rank() and default_braket() are constexpr

- 2019-06-19: 2.6.0-beta.4
- implemented analytic evaluation of (derivative) Slater and Yukawa integrals

Expand Down
2 changes: 1 addition & 1 deletion CITATION
Original file line number 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",
title = "Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions",
howpublished = "http://libint.valeyev.net/",
note = "version 2.6.0-beta.4",
note = "version 2.6.0-beta.5",
year = 2019
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Libint - a library for the evaluation of molecular integrals of many-body operat
- project page: http://libint.valeyev.net/
- e-mail - libint@valeyev.net

See [the wiki](https://github.com/evaleev/libint/wiki) for installation and usage instructions.
See [the wiki](https://github.com/evaleev/libint/wiki) for the installation and usage instructions.

Copyright (C) 2004-2018 Edward F. Valeev
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
define([libint_mmm_version],[2.6.0])
define([libint_buildid],[beta.4])
define([libint_buildid],[beta.5])
define([libint_so_version],[2:3:0])

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

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

0 comments on commit c786c1f

Please sign in to comment.