diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-16 14:54:34 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-16 15:17:54 +0000 |
commit | bcca797ab76c78149d5dc6e44e19f3c5f5fa09d2 (patch) | |
tree | bb26487c6078433a83f9cd34111ad9e2cae030ea | |
parent | dfb69c94f41fb9e517d54f0cd55ec35d689f46ee (diff) |
Version 0.10.5telepathy-gabble-0.10.5
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,9 @@ -telepathy-gabble 0.10.5 (UNRELEASED) +telepathy-gabble 0.10.5 (2011-02-16) ==================================== +The “Well, what's the architecture of a software in general actually!!!!!!” +release. + Fixes: • fd.o #31412: fix crashes during disconnection if a PEP alias request is diff --git a/configure.ac b/configure.ac index 273e1b8b5..3ae38f2a0 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([gabble_major_version], [0]) m4_define([gabble_minor_version], [10]) -m4_define([gabble_micro_version], [4]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [5]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |