Skip to content

Commit e2a3da3

Browse files
committed
updated configure.ac for version 20150423
1 parent b2baa8d commit e2a3da3

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], [20150408], [[email protected]])
6+
AC_INIT([eclib], [20150423], [[email protected]])
77
AM_INIT_AUTOMAKE([-Wall])
88
AC_MSG_NOTICE([Configuring eclib...])
99
AC_CONFIG_SRCDIR([libsrc])
@@ -24,7 +24,7 @@ LT_INIT
2424
# 3. If interfaces were removed (breaks backward compatibility): increment
2525
# current, and set both revision and age to zero.
2626
LT_CURRENT=2
27-
LT_REVISION=0
27+
LT_REVISION=1
2828
LT_AGE=0
2929
AC_SUBST(LT_CURRENT)
3030
AC_SUBST(LT_REVISION)

0 commit comments

Comments
 (0)