diff options
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 21 insertions, 3 deletions
@@ -1,6 +1,24 @@ ChangeLog for Cheese -------------------- +version 3.6.0 + - Added/Updated Translations + - bg, courtesy of Krasimir Chonov + - bn_IN, courtesy of Sayak Sarkar + - et, courtesy of Mattias Põldaru + - fr, courtesy of Pierre Henry + - ja, courtesy of Noriko Mizumoto + - ky, courtesy of Timur Zhamakeev + - ml, courtesy of Ani Peter + - pa, courtesy of A S Alam + - te, courtesy of Krishnababu Krothapalli + - th, courtesy of Akom Chotiphantawanon + - uk, courtesy of Re. + - zh_CN, courtesy of YunQiang Su + - Added/Updated Documentation + - el, courtesy of Tom Tryfonidis + - fr, courtesy of Bruno Brouard + version 3.5.92 - Post-release version bump to 3.5.92 - Added/Updated Translations diff --git a/configure.ac b/configure.ac index 8b49cb3f..5435a91f 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.5.92], + [3.6.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=cheese], [cheese], [http://projects.gnome.org/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:0:0]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:0:0]) +AC_SUBST([LIBCHEESE_LT_VERSION], [7:1:0]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:1:0]) #******************************************************************************* # Internationalization |