We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7643059 commit 65a2f1eCopy full SHA for 65a2f1e
configure.ac
@@ -3,7 +3,7 @@
3
# Process this file with autoconf to produce a configure script.
4
5
AC_PREREQ([2.65])
6
-AC_INIT([eclib], [20170815], [[email protected]])
+AC_INIT([eclib], [20171002], [[email protected]])
7
AM_INIT_AUTOMAKE([-Wall])
8
AC_MSG_NOTICE([Configuring eclib...])
9
AC_CONFIG_SRCDIR([libsrc])
@@ -36,7 +36,7 @@ LT_INIT
36
# NB The suffix of the library name (libec.so here) is (c-a).a.r
37
38
LT_CURRENT=3
39
-LT_REVISION=8
+LT_REVISION=9
40
LT_AGE=0
41
AC_SUBST(LT_CURRENT)
42
AC_SUBST(LT_REVISION)
0 commit comments