summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLuotao Fu <luotao@alea.(none)>2010-02-14 18:18:09 +0100
committerLuotao Fu <luotao@alea.(none)>2010-02-14 18:18:09 +0100
commit1b50d5545dc12ea22e162d9f9f259148f160e06c (patch)
tree2aec6fc246f5ba63b408fc95b2e2f08823605268 /configure.ac
parent298e6efc3e06251bd39f8a2afb7eb272c0fd9772 (diff)
downloadlibsocketcan-1b50d5545dc12ea22e162d9f9f259148f160e06c.tar.gz
libsocketcan-1b50d5545dc12ea22e162d9f9f259148f160e06c.tar.xz
change libtool library versioning
Signed-off-by: Luotao Fu <luotao@alea.(none)>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 37cbcfd..f67a0ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,9 @@ CFLAGS="${CFLAGS} -Wall"
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-LT_CURRENT=3
+LT_CURRENT=4
LT_REVISION=0
-LT_AGE=1
+LT_AGE=2
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)