]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
configure: bump point release and ABI versions of libraries.
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>
Fri, 11 Jul 2014 10:47:17 +0000 (11:47 +0100)
committerRay Strode <rstrode@redhat.com>
Fri, 11 Jul 2014 18:29:45 +0000 (14:29 -0400)
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.

configure.ac

index 46f8c5857fa67c88ef5d53d228735550919d28cd..d5957d71ce03fe19adc6571b7207239da9a453b5 100644 (file)
@@ -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)