diff --git a/CITATION b/CITATION index da99ff5a3..5f25ceb5b 100644 --- a/CITATION +++ b/CITATION @@ -18,8 +18,8 @@ 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.7.0-beta.3", - year = 2019 + note = "version 2.7.0-beta.4", + year = 2020 } Also, please include the scientific citations for the methods and basis diff --git a/configure.ac b/configure.ac index 71a63b152..31b7032cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ define([libint_mmm_version],[2.7.0]) -define([libint_buildid],[beta.3]) +define([libint_buildid],[beta.4]) define([libint_so_version],[2:3:0]) dnl --------- Begin --------- diff --git a/export/cmake/CMakeLists.txt.export b/export/cmake/CMakeLists.txt.export index c59ee6a16..517a13cf0 100644 --- a/export/cmake/CMakeLists.txt.export +++ b/export/cmake/CMakeLists.txt.export @@ -6,7 +6,7 @@ project(Libint LANGUAGES CXX C) set(LIBINT_MAJOR_VERSION 2) set(LIBINT_MINOR_VERSION 7) set(LIBINT_MICRO_VERSION 0) -set(LIBINT_BUILDID "beta.3") +set(LIBINT_BUILDID "beta.4") 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}") diff --git a/export/configure.export b/export/configure.export index df9a91d8d..5d5f4796b 100644 --- a/export/configure.export +++ b/export/configure.export @@ -1,5 +1,5 @@ define([libint_mmm_version],[2.7.0]) -define([libint_buildid],[beta.3]) +define([libint_buildid],[beta.4]) define([libint_so_version],[2:3:0]) dnl --------- Begin ---------