From: Guillaume Desmottes Date: Mon, 3 Mar 2014 14:04:41 +0000 (+0100) Subject: 3.11.91 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=5d3b35a68ae8074f3b383959b9a48650391ec2b8 3.11.91 --- diff --git a/NEWS b/NEWS index 98dda4fe..5facd5d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +NEW in 3.11.91 (03/03/2014) +============== + +Dependencies: + • telepathy-glib ≥ 0.23.2 + +Bugs fixed: + - Fixed #724711, Update name of Ubuntu Online Accounts configuration tool (Robert Ancell) + - Fixed #725070, Use TpAccountChannelRequest high level API (Guillaume Desmottes) + +Translations: + - Updated hu Translation (Balázs Úr) + - Updated lt Translation (Aurimas Černius) + - Updated nb Translation (Kjartan Maraas) + NEW in 3.11.90 (17/02/2014) ============== diff --git a/configure.ac b/configure.ac index d762f982..601b25df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl If not 1, append datestamp to the version number -m4_define(empathy_released, 0) +m4_define(empathy_released, 1) m4_define([empathy_major_version], [3]) m4_define([empathy_minor_version], [11]) -m4_define([empathy_micro_version], [90]) +m4_define([empathy_micro_version], [91]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0'