Skip to content

Commit 65a2f1e

Browse files
committed
new release version v20171002
1 parent 7643059 commit 65a2f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Process this file with autoconf to produce a configure script.
44

55
AC_PREREQ([2.65])
6-
AC_INIT([eclib], [20170815], [[email protected]])
6+
AC_INIT([eclib], [20171002], [[email protected]])
77
AM_INIT_AUTOMAKE([-Wall])
88
AC_MSG_NOTICE([Configuring eclib...])
99
AC_CONFIG_SRCDIR([libsrc])
@@ -36,7 +36,7 @@ LT_INIT
3636
# NB The suffix of the library name (libec.so here) is (c-a).a.r
3737

3838
LT_CURRENT=3
39-
LT_REVISION=8
39+
LT_REVISION=9
4040
LT_AGE=0
4141
AC_SUBST(LT_CURRENT)
4242
AC_SUBST(LT_REVISION)

0 commit comments

Comments
 (0)