diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-07 17:10:21 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-07 17:37:51 +0000 |
commit | 4180594248d525be1e22f9b1b1451f4a04c0eb09 (patch) | |
tree | 14df3399605a870eb00953115f667bfae70d133c | |
parent | d95644e0b0392af656130f27277f285b10446336 (diff) |
Version 0.8.9telepathy-gabble-0.8.9
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,8 @@ -telepathy-gabble 0.8.9 (UNRELEASED) +telepathy-gabble 0.8.9 (2009-12-07) =================================== +The “tender limbs of America's favorite homemaker” release. + Enhancements: • Gabble now advertises a 'pmuc-v1' capability bundle, telling the Google Mail diff --git a/configure.ac b/configure.ac index cb6ce455f..ce7d6efaf 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], [8]) -m4_define([gabble_micro_version], [8]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [9]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |