diff options
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 20 insertions, 3 deletions
@@ -1,3 +1,20 @@ +NEW in 3.3.91 (06/03/2012) +============= + +Bugs fixed: + - Fixed #661515, Wrong date is shown in chat window + - Fixed #671447, Make running empathy componenents without installing them simpler (Emanuele Aina) + - Fixed #671452, Avoid XMPP accounts to have a negative priority (Guillaume Desmottes) + +Translations: + - Updated be Translation (Ihar Hrachyshka) + - Updated et Translation (Mattias Põldaru) + - Updated eu Translation (Inaki Larranaga Murgoitio) + - Updated he Translation (Yaron Shahrabani) + - Updated zh_CN Translation (YunQiang Su) + - Updated zh_HK Translation (Cheng-Chia Tseng) + - Updated zh_TW Translation (Cheng-Chia Tseng) + NEW in 3.3.90.2 (02/03/2012) =============== diff --git a/configure.ac b/configure.ac index 71b6fd6bd..dacd618c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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], [3]) -m4_define([empathy_micro_version], [90]) -m4_define([empathy_nano_version], [2]) +m4_define([empathy_micro_version], [91]) +m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], |