diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-02-17 10:34:21 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-02-17 10:34:21 +0100 |
commit | 1274e1e7ec0d7eada5b5725ddb711776cf43e95f (patch) | |
tree | addc855d56319d8e773ca1913a6ab12a7b6e64a5 | |
parent | e0106b3e929b7c4ab37daa8b4838eb6e3bdb8562 (diff) |
3.11.90
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,16 @@ +NEW in 3.11.90 (17/02/2014) +============== + +Bugs fixed: + - Fixed #692793, Debug window never sets Debug.Enabled back to FALSE (Guillaume Desmottes) + - Fixed #723713, jhbuild errors in mcp-account-manager-goa.c + - Fixed #723766, Use GDBus to implement and use ChatManager API (Guillaume Desmottes) + +Translations: + - Updated an Translation (Jorge Pérez Pérez) + - Updated kn Translation (Shankar Prasad) + - Updated uk Translation (Daniel Korostil) + NEW in 3.11.5 (03/02/2014) ============= diff --git a/configure.ac b/configure.ac index a2d64513..cbf29e21 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], [5]) +m4_define([empathy_micro_version], [90]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' |