diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-16 17:46:27 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-06-16 17:46:27 +0100 |
commit | 17e3e817f5faa349f08b8b541c1ecd65f83234a4 (patch) | |
tree | a16bf8a16a6862b9e20449fd9b6ce87d5e151c6d | |
parent | bd88fdcc79243df03d3fa31259696e1743bd7b78 (diff) |
Version 0.13.1telepathy-gabble-0.13.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ -telepathy-gabble 0.13.1 (UNRELEASED) +telepathy-gabble 0.13.1 (2011-06-16) ==================================== The “old piano” release. This includes all of the fixes from the 0.12.2 -release. +release (and no other changes since 0.13.0). Fixes: diff --git a/configure.ac b/configure.ac index ad201a7d5..7e0851f0a 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], [0]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [1]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |