summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-23 18:15:38 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-23 18:15:38 +0200
commit0eee2312758104f3b9b04753a358d82aa96a28a7 (patch)
tree43e2f4d6459a81b078bd7951f5f5079adff539a3
parent8ac7209da2305762f9ef2c711c555afb19e85b62 (diff)
3.12.4
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d278a9a13..10a8d288c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NEW in 3.12.4 (23/06/2014)
+=============
+
+Bugs fixed:
+ - Fixed #732100, Picking a specific persona/account from context menu doesn't work (Guillaume Desmottes)
+
NEW in 3.12.3 (11/06/2014)
=============
diff --git a/configure.ac b/configure.ac
index 39a0ad005..bba75cf01 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], [12])
-m4_define([empathy_micro_version], [3])
+m4_define([empathy_micro_version], [4])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'