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 7b55d98 commit 4e6f3a9Copy full SHA for 4e6f3a9
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], [20190110], [[email protected]])
+AC_INIT([eclib], [20190226], [[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=5
39
-LT_REVISION=0
+LT_REVISION=1
40
LT_AGE=0
41
AC_SUBST(LT_CURRENT)
42
AC_SUBST(LT_REVISION)
0 commit comments