From 004f32eb5a2c35598ea5c3dc3de1d1d851efaf16 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Tue, 21 Nov 2017 08:33:39 -0500 Subject: [PATCH] bump to 2.4.2 --- CHANGES | 3 +++ CITATION | 2 +- configure.ac | 2 +- export/configure.export | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7a4f3c90f..cb3706a78 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ Following is a brief summary of changes made in each release of Libint. +- 2017-11-21: 2.4.2 + - fixed vector.h for use on non-x86 platforms + - 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 3d75484d7..f5d639292 100644 --- a/CITATION +++ b/CITATION @@ -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.4.1", + note = "version 2.4.2", year = 2017 } diff --git a/configure.ac b/configure.ac index 7181bc951..d29f653cd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -define([libint_mmm_version],[2.4.1]) +define([libint_mmm_version],[2.4.2]) define([libint_buildid],[]) define([libint_so_version],[2:2:0]) diff --git a/export/configure.export b/export/configure.export index 9bbdb6832..a6b78c367 100644 --- a/export/configure.export +++ b/export/configure.export @@ -1,4 +1,4 @@ -define([libint_mmm_version],[2.4.1]) +define([libint_mmm_version],[2.4.2]) define([libint_buildid],[]) define([libint_so_version],[2:2:0])