diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 12 insertions, 3 deletions
@@ -1,6 +1,15 @@ ChangeLog for Cheese -------------------- +version 3.13.91 + - Explicitly link gnome-camera-service to libraries + https://bugzilla.gnome.org/show_bug.cgi?id=735040 + - Fix libcheese header include in camera service + https://bugzilla.gnome.org/show_bug.cgi?id=735017 + - Post-release version bump to 3.13.91 + - Added/Updated Translations + - Added/Updated Documentation + version 3.13.90 - Add simple service client example - Import basic camera D-Bus service diff --git a/configure.ac b/configure.ac index 036b5e96..1692e54c 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.13.91], + [3.13.90.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese], [cheese], [https://wiki.gnome.org/Apps/Cheese]) @@ -41,8 +41,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:26:0]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:10:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [7:27:0]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:11:1]) #******************************************************************************* # Internationalization |