diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-22 17:02:14 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-22 17:02:14 (EDT) |
commit | 6baf644bc8a1eca666373c4ace3c6cad0fb341ff (patch) | |
tree | 72cb01f6d21fafec6fcb550c5c2fdf2b4c99da2c /configure.ac | |
parent | 592b82c5ac0c0e4556a7bf3813181684771bea6a (diff) |
oh-shlibdeps: Fix library search path field splitting
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1a4eb84..85cfd52 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([opkhelper], [3.1.1], +AC_INIT([opkhelper], [3.1.2], [mailto:proteanos-dev@lists.proteanos.com], [opkhelper], [http://www.proteanos.com/dev/opkhelper/]) AC_CONFIG_AUX_DIR([build-aux]) |