Skip to content

Commit

Permalink
bump to 2.3.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Mar 28, 2017
1 parent 25648e3 commit b4f7f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@

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

- 2017-xx-yy: 2.3.0-beta.5
-
- 2017-xx-yy: 2.3.0-beta.6
-

- 2017-03-28: 2.3.0-beta.5
- now use bundled boost preprocessor only
- added erf- and erfc-attenuated Coulomb 1-body ints
- improved const-correctness of C++11 API

- 2017-03-06: 2.3.0-beta.4
- fixed include path handling of in-place vs. installed generated headers (HT https://github.com/mfherbst)
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.3.0])
define([libint_buildid],[beta.4])
define([libint_buildid],[beta.5])
define([libint_so_version],[2:2:0])

dnl --------- Begin ---------
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.3.0])
define([libint_buildid],[beta.4])
define([libint_buildid],[beta.5])
define([libint_so_version],[2:2:0])

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

0 comments on commit b4f7f97

Please sign in to comment.