summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-05-07 10:49:37 +0200
committerBastien Nocera <hadess@hadess.net>2014-05-07 11:01:27 +0200
commit5ed25a7e5f115a71433f137905394ae6b119e450 (patch)
treeb0a0933af14759717770f4550017b78f0e772a6d /configure.ac
parente8beb269dffd7957a1faefa9794a6cbc1a23d40e (diff)
downloadupower-5ed25a7e5f115a71433f137905394ae6b119e450.tar.gz
all: Remove IsDocked property
Removes the deprecated (for not very long) property, before we do a 1.0 release. https://bugs.freedesktop.org/show_bug.cgi?id=78380
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db25851..9ead3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ 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=2
+LT_CURRENT=3
LT_REVISION=0
LT_AGE=0
AC_SUBST(LT_CURRENT)