Skip to content

Commit cefeb44

Browse files
committed
bump to 2.2.0 (stable)
1 parent d870dc5 commit cefeb44

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ LIBINT (version 2) - a library for the evaluation of molecular integrals of many
44
- project page: http://libint.valeyev.net/
55
66

7-
See INSTALL for installation instructions.
8-
7+
See [the wiki](https://github.com/evaleev/libint/wiki) for installation and usage instructions.
98

109
Copyright (C) 2004-2016 Edward F. Valeev

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define([libint_mmm_version],[2.2.0])
2-
define([libint_buildid],[beta1])
3-
define([libint_so_version],[2:0:0])
2+
define([libint_buildid],[])
3+
define([libint_so_version],[2:2:0])
44

55
dnl --------- Begin ---------
66
dnl Process this file with autoconf to produce a configure script.

export/LICENSE.export

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LIBINT (version 2) - a library for the evaluation of molecular
22
integrals of many-body operators over Gaussian functions
3-
Copyright (C) 2004-2014 Edward F. Valeev
3+
Copyright (C) 2004-2016 Edward F. Valeev
44

55
This program is free software. Most of it can be redistributed and/or modified
66
under the terms of the GNU Library General Public License, version 2

export/configure.export

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
define([libint_mmm_version],[2.1.0])
2-
define([libint_buildid],[beta])
3-
define([libint_so_version],[2:0:0])
1+
define([libint_mmm_version],[2.2.0])
2+
define([libint_buildid],[])
3+
define([libint_so_version],[2:2:0])
44

55
dnl --------- Begin ---------
66
dnl Process this file with autoconf to produce a configure script.

0 commit comments

Comments
 (0)