diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-07 19:59:19 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-07 19:59:19 +0000 |
commit | 2c134e18d24d1daebba6963f73c1bff9b960b46c (patch) | |
tree | 4308691c01146603a8f5098539050974748b3151 | |
parent | 152c12a2e393e6c135a975df847f55990fc8d0f5 (diff) |
Version 0.14.0telepathy-gabble-0.14.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -telepathy-gabble 0.14.0 (UNRELEASED) +telepathy-gabble 0.14.0 (2011-11-07) ==================================== The “Ironically, downforeveryoneorjustme.com is down.” release. This is diff --git a/configure.ac b/configure.ac index 57d6f8444..64b8b1fe9 100644 --- a/configure.ac +++ b/configure.ac @@ -8,9 +8,9 @@ AC_PREREQ([2.59]) # set gabble_nano_version to 0. m4_define([gabble_major_version], [0]) -m4_define([gabble_minor_version], [13]) -m4_define([gabble_micro_version], [7]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_minor_version], [14]) +m4_define([gabble_micro_version], [0]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |