[cheese] Update NEWS for 3.17.90 release



commit 1b86b95503b84b5c2d582b43ee83753c9c8f9ba7
Author: David King <amigadave amigadave com>
Date:   Mon Aug 17 16:29:31 2015 +0100

    Update NEWS for 3.17.90 release
    
    Bump the SONAME as the ABI has changed for the clutter-gst-3.0 change
    and GstDeviceMonitor port.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c1bbb3d..655bfa8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([Cheese],
-        [3.17.1],
+        [3.17.90],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
         [cheese],
         [https://wiki.gnome.org/Apps/Cheese])
@@ -44,8 +44,8 @@ GNOME_COMPILE_WARNINGS([maximum])
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-AC_SUBST([LIBCHEESE_LT_VERSION], [7:40:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:24:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [8:0:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [25:0:0])
 
 #*******************************************************************************
 # Internationalization


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]