[cheese] configure.ac: Bump version to 3.1.91.1 release
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] configure.ac: Bump version to 3.1.91.1 release
- Date: Tue, 6 Sep 2011 19:03:28 +0000 (UTC)
commit 08b2c0cd725f44b760e22869dee7e807de5bd18a
Author: David King <amigadave amigadave com>
Date: Tue Sep 6 20:27:08 2011 +0200
configure.ac: Bump version to 3.1.91.1 release
Bump SONAME of libcheese and libcheese-gtk to be greater than those from
3.0.2.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658342
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 104526d..e7232c6 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.1.91],
+ [3.1.91.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[http://projects.gnome.org/cheese/])
@@ -39,8 +39,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
-LIBCHEESE_LT_VERSION=0:3:0
-LIBCHEESE_GTK_LT_VERSION=19:3:0
+LIBCHEESE_LT_VERSION=2:0:1
+LIBCHEESE_GTK_LT_VERSION=20:2:0
AC_SUBST(LIBCHEESE_LT_VERSION)
AC_SUBST(LIBCHEESE_GTK_LT_VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]