diff --git a/CHANGES b/CHANGES index e9fd051ee..567cd4c87 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ Following is a brief summary of changes made in each release of Libint. -- 2017-xx-yy: 2.4.1 +- 2017-11-06: 2.4.1 - plugged leaky Engine::set_{param,oper,braket} - fixed uninitialized value use by libint2::molden::Export diff --git a/CITATION b/CITATION index 1b4bd6174..3d75484d7 100644 --- a/CITATION +++ b/CITATION @@ -4,21 +4,21 @@ If you publish results using LIBINT, please cite it using: An unmodified standard release: -Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version 2.3.1 +Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version X.Y.Z Edward F. Valeev, http://libint.valeyev.net/ . A modified release: -Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version 2.3.1 +Libint: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version X.Y.Z Edward F. Valeev, http://libint.valeyev.net/ . Modified by An Author, institution, location, year. -The literature citation in bibtex format is: +The literature citation for the present version in bibtex format is: @Misc{Libint2, 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.3.1", + note = "version 2.4.1", year = 2017 } diff --git a/configure.ac b/configure.ac index 766d72571..7181bc951 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -define([libint_mmm_version],[2.4.0]) +define([libint_mmm_version],[2.4.1]) define([libint_buildid],[]) define([libint_so_version],[2:2:0]) diff --git a/export/configure.export b/export/configure.export index 3537d96af..9bbdb6832 100644 --- a/export/configure.export +++ b/export/configure.export @@ -1,4 +1,4 @@ -define([libint_mmm_version],[2.4.0]) +define([libint_mmm_version],[2.4.1]) define([libint_buildid],[]) define([libint_so_version],[2:2:0])