Skip to content

Commit aff43cf

Browse files
committed
increased library REVISION number after previous bugfix, and up the version to 20150827
1 parent aeda5eb commit aff43cf

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

0 commit comments

Comments
 (0)