summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-17 01:21:27 +0200
committerBastien Nocera <hadess@hadess.net>2013-10-17 01:21:27 +0200
commit5f830e74a79aac5d37fdddb3feda8ad064cdedd9 (patch)
tree01057d78ebfc919b0f862dc13e5612f33561a9f9 /configure.ac
parent16556b9377f8402b69458db7494c48ac04273654 (diff)
downloadupower-5f830e74a79aac5d37fdddb3feda8ad064cdedd9.tar.gz
build: And bump soname
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 680d826..d0d6476 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,8 +43,8 @@ AC_SUBST(UP_MICRO_VERSION)
# CURRENT If the API or ABI interface has changed (reset REVISION to 0)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
-LT_CURRENT=1
-LT_REVISION=3
+LT_CURRENT=2
+LT_REVISION=0
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)