diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-14 17:12:04 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-14 17:44:32 +0100 |
commit | b15b7a4e1567757f51f82d48e696b8a2020dbf44 (patch) | |
tree | 4e668b5c73f88ea565a93a984a3e2db4cfabbab0 | |
parent | 7fc9345e62cf5a6ecc81f48a28ffa0f1cfe5276b (diff) |
Version 0.9.13telepathy-gabble-0.9.13
-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.9.13 (UNRELEASED) +telepathy-gabble 0.9.13 (2010-06-14) ==================================== The “But today, you ARE the law!” release. diff --git a/configure.ac b/configure.ac index 06d6350ec..a4a3f63d2 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], [9]) -m4_define([gabble_micro_version], [12]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [13]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |