From 5ed25a7e5f115a71433f137905394ae6b119e450 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 7 May 2014 10:49:37 +0200 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.1