diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,13 @@ +NEW in 2.25.4 +============== + - Add sound notifications using libcanberra-gtk (Cosimo Cecchi) + +Bugs fixed: + +Translations: + - Updated Norwegian bokmål translation. (kmaraas). + - Updated pt_BR translation (Taylon Silmer). + NEW in 2.25.3 ============== - Refactor EmpathyChatView to make possible to use other backends than diff --git a/configure.ac b/configure.ac index 54f073245..afbe58c23 100644 --- a/configure.ac +++ b/configure.ac @@ -9,12 +9,12 @@ AC_COPYRIGHT([ # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=18 -LIBEMPATHY_AGE=1 +LIBEMPATHY_CURRENT=19 +LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 -LIBEMPATHY_GTK_CURRENT=17 -LIBEMPATHY_GTK_AGE=0 +LIBEMPATHY_GTK_CURRENT=18 +LIBEMPATHY_GTK_AGE=1 LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_CURRENT) |