summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-03-16 19:43:52 +0000
committerDavid King <amigadave@amigadave.com>2015-03-16 19:43:52 +0000
commite9abe99f26f390355894f4aad8a29667f75ae939 (patch)
tree96ae1bf08a1525050dbfa74427569dfc373d32f1
parentf1a9b58dc1e2b0c4c3baeb4e7cdf65dcaffca0e3 (diff)
Update NEWS for 3.15.92
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
2 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 86d67a21..cd373d06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
ChangeLog for Cheese
--------------------
+version 3.15.92
+ - Added/Updated Translations
+ - bs, courtesy of Samir Ribic
+ - kk, courtesy of Baurzhan Muftakhidinov
+ - Added/Updated Documentation
+ - de, courtesy of Christian Kirbach
+
version 3.15.90
- Avoid warnings from -Wswitch-enum
Check switch statements where several cases are intentionally not
diff --git a/configure.ac b/configure.ac
index 79ebc13c..a1b17dbd 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.15.90],
+ [3.15.92],
[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:36:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:20:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:37:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:21:1])
#*******************************************************************************
# Internationalization