diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-31 19:55:04 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-03-31 19:55:04 +0100 |
commit | 96054cec689d89c0fcb7900ed3498f117b4e0add (patch) | |
tree | 4fc0c966cf4adb5f97a9ef4abba0c66e1a809158 | |
parent | 36ae26c8da2e14eb417a700a4a13bf581cb47b49 (diff) |
Version 0.11.10.telepathy-gabble-0.11.10
(The version number in configure.ac was wrongly bumped to 0.11.9.1
rather than 0.11.8.1; so let's leave a gap.)
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 4 deletions
@@ -1,5 +1,5 @@ -telepathy-gabble 0.11.9 (2011-03-31) -==================================== +telepathy-gabble 0.11.10 (2011-03-31) +===================================== The “I am going to bake a cake with beetroot in it” release. @@ -33,6 +33,11 @@ Fixes: • Fix memory leaks in ServerTLSManager (fd.o#35395, Stef Walter) +telepathy-gabble 0.11.9 (never) +=============================== + +There is no telepathy-gabble 0.11.9. + telepathy-gabble 0.11.8 (2011-03-14) ==================================== diff --git a/configure.ac b/configure.ac index 690ef06c0..535ea39c8 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], [11]) -m4_define([gabble_micro_version], [9]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [10]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |