Skip to content

Commit

Permalink
ready to bump to 2.7.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Mar 1, 2020
1 parent e1d63aa commit 0f2cc61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.7.0])
define([libint_buildid],[beta.3])
define([libint_buildid],[beta.4])
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 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}")
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.7.0])
define([libint_buildid],[beta.3])
define([libint_buildid],[beta.4])
define([libint_so_version],[2:3:0])

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

0 comments on commit 0f2cc61

Please sign in to comment.