diff options
author | David King <amigadave@amigadave.com> | 2014-03-24 20:52:39 +0000 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2014-03-24 20:52:39 +0000 |
commit | e76076a88c0660f2c2ad8d563f5c6924cd493441 (patch) | |
tree | b20374645335dadfd23fd48ae59dc90c2656d51f | |
parent | 0d2196bff45ce64f0d9608d5b9154cd35fb03cea (diff) |
Update NEWS for 3.12.0 release
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ ChangeLog for Cheese -------------------- +version 3.12.0 + - Post-release version bump to 3.12.0 + - Added/Updated Translations + - da, courtesy of Kenneth Nielsen + - eu, courtesy of Iñaki Larrañaga Murgoitio + - it, courtesy of Giuseppe Pignataro + version 3.11.92 - Use new GApplicationCommandline handling Additionally, avoid a non-literal format warning. diff --git a/configure.ac b/configure.ac index 284faa80..0f3e04e3 100644 --- a/configure.ac +++ b/configure.ac @@ -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:22:0]) -AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:6:1]) +AC_SUBST([LIBCHEESE_LT_VERSION], [7:23:0]) +AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:7:1]) #******************************************************************************* # Internationalization |