diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-03-03 15:04:41 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-03-03 15:04:41 +0100 |
commit | 5d3b35a68ae8074f3b383959b9a48650391ec2b8 (patch) | |
tree | 7ed38bf1d4a2d85d4487072dccc7297a75526778 | |
parent | 285239d678d01e5fdf500817d206efad52f82e85 (diff) |
3.11.91
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 17 insertions, 2 deletions
@@ -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' |