summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-07-11 11:47:17 +0100
committerRay Strode <rstrode@redhat.com>2014-07-11 14:29:45 -0400
commita58ae9ba27b6d2400b9d47e06ac8b32d24e28a14 (patch)
tree9b97e60c2af349fcc640edaa42922d93e55bad9d
parentb7fdd62fffd089becdd68f87a55f83d1c6dba618 (diff)
configure: bump point release and ABI versions of libraries.
Due to removed interfaces since 0.8.8: ply_boot_splash_set_keyboard ply_boot_splash_unset_keyboard ply_boot_splash_add_pixel_display ply_boot_splash_remove_pixel_display ply_boot_splash_add_text_display ply_boot_splash_remove_text_display And a bunch of new ones added.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 46f8c585..d5957d71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([plymouth],[0.9.0],[https://bugs.freedesktop.org/enter_bug.cgi?product=plymouth])
+AC_INIT([plymouth],[0.9.1],[https://bugs.freedesktop.org/enter_bug.cgi?product=plymouth])
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(build-tools)
@@ -19,7 +19,7 @@ PKG_PROG_PKG_CONFIG
LT_INIT([dlopen disable-static pic-only])
## increment if the interface has additions, changes, removals.
-LT_CURRENT=3
+LT_CURRENT=4
## increment any time the source changes; set to
## 0 if you increment CURRENT
@@ -28,7 +28,7 @@ LT_REVISION=0
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## precedence over adding, so set to 0 if both happened.
-LT_AGE=1
+LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)