diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-24 09:50:04 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-24 09:54:13 +0000 |
commit | 266d8346b0b195a9c924cdd3ba1ba3295c9eb8ea (patch) | |
tree | d65fc81334c50e565de33a01d56726876e424240 | |
parent | bb9ea185579d089ca87234a27e7ed971640a5da4 (diff) |
Version 0.14.1
-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.14.1 (UNRELEASED) +telepathy-gabble 0.14.1 (2011-11-24) ==================================== The “mispronouncing a vowel in the word ‘panini’” release. This is a diff --git a/configure.ac b/configure.ac index 3bbbc2e53..e922270b0 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], [14]) -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], |