diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-28 18:26:55 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-28 18:26:55 +0100 |
commit | 30315eacd21cd322d0b7adaf743fa57b373f6417 (patch) | |
tree | bc8937863a6f4e10794092b64c077a40a6327050 | |
parent | ca01a7df1a6d7efa06021dba1594ca27380a9129 (diff) |
Version 0.13.6telepathy-gabble-0.13.6
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -telepathy-gabble 0.13.6 (UNRELEASED) +telepathy-gabble 0.13.6 (2011-09-28) ==================================== The “grab yourself a bottle” release. diff --git a/configure.ac b/configure.ac index bfbaadb34..e26f4fb0e 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], [5]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [6]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |