[cheese] configure.ac: bump cheese and lib versions



commit e2ee0ed289efabf7ac45cf0df4c82730b1b574b0
Author: Luciana Fujii Pontello <luciana fujii eti br>
Date:   Mon Mar 21 16:32:47 2011 -0300

    configure.ac: bump cheese and lib versions
    
    Cheese version 2.91.92.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 90c0df6..cb9383c 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],
-        [2.91.91.1],
+        [2.91.92],
         [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:0:0
-LIBCHEESE_GTK_LT_VERSION=19:0:0
+LIBCHEESE_LT_VERSION=0:1:0
+LIBCHEESE_GTK_LT_VERSION=19:1: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]