diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-24 19:57:18 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-24 19:57:18 +0100 |
commit | ea425adba81a2681af4c4ed7184972deae378331 (patch) | |
tree | ca3d6b9cf6563fcdeb27bea04f6cff4aef07190b | |
parent | ac2df5eacd34852d6d6ddf584bd2394812e66ad6 (diff) |
Version 0.13.2telepathy-gabble-0.13.2
-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.13.2 (UNRELEASED) +telepathy-gabble 0.13.2 (2011-06-24) ==================================== +The “Minotaur Shock” release. This includes all of the fixes from the +0.12.3 release (and no other changes since 0.13.1). + Enhancements: • autogen.sh now honours the NOCONFIGURE environment variable, for diff --git a/configure.ac b/configure.ac index 6bff46322..a11c3628f 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], [13]) -m4_define([gabble_micro_version], [1]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [2]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |