diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-20 15:11:48 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-12-20 15:11:48 +0000 |
commit | c07d90220372a94a1f64e630165e5569cfeff38e (patch) | |
tree | 024a759af654f76559d99571be6126411f690725 | |
parent | 78f683f9817d627b3f2404ad125961274fb5b8ff (diff) |
Version 0.12.7telepathy-glib-0.12.7
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,9 @@ -telepathy-glib 0.12.7 (UNRELEASED) +telepathy-glib 0.12.7 (2010-12-20) ================================== +The ‘I hand him my $25 and I says “here’s my money; now I am leaving.”’ +release. + Fixes: • tp_account_manager_ensure_account() no longer criticals if you pass it a diff --git a/configure.ac b/configure.ac index 65de92674..195ca7473 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [12]) -m4_define([tp_glib_micro_version], [6]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [7]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, |