diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 16 insertions, 3 deletions
@@ -1,6 +1,19 @@ ChangeLog for Cheese -------------------- +version 3.4.0 + - Post-release version bump to 3.4.0 + - Added/Updated Translations + - cs, courtesy of Lucas Lommer + - eo, courtesy of Kristjan SCHMIDT + - gu, courtesy of "Last-Translator: \n" + - pt, courtesy of Duarte Loreto + - te, courtesy of GVS.Giri + - vi, courtesy of Nguyễn Thái Ngọc Duy + - Added/Updated Documentation + - lv, courtesy of Rūdolfs Mazurs + - te, courtesy of Bhuvan Krishna + version 3.3.92 - Bump version to 3.3.92 - Avoid overwriting errors in CheeseCamera diff --git a/configure.ac b/configure.ac index b04e32d2..2db0c14e 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], - [4.0.0], + [3.4.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], [5:2:2]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:2:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [5:3:2]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [22:3:1]) #******************************************************************************* # Internationalization |