diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2010-08-27 20:24:06 +0300 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2010-08-27 20:33:43 +0300 |
commit | 9cfa07f7dbabcf4faeff3e447aa743c118d4a012 (patch) | |
tree | 8f854334ccffe473fbac0bf54d008a357f30e38a | |
parent | fa3ba5a5dd2b58e978e023a47093942516ab19c6 (diff) |
Version 0.6.4telepathy-sofiasip-0.6.4
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -7,6 +7,14 @@ recent at the top). See also ChangeLog. +Changes in release 0.6.4 (2010-08-27) +------------------------------------- + +The "stretched thin" release. + +- Fix a thinko preventing proper declining of incoming calls with + informative statuses like 603 Decline. + Changes in release 0.6.3 (2010-06-21) ------------------------------------- diff --git a/configure.ac b/configure.ac index 5b67148..39f1ff6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ([2.59]) m4_define([THIS_PACKAGE],[telepathy-sofiasip]) m4_define([VERSION_MAJOR],[0]) m4_define([VERSION_MINOR],[6]) -m4_define([VERSION_MICRO],[3]) -m4_define([VERSION_NANO],[1]) +m4_define([VERSION_MICRO],[4]) +m4_define([VERSION_NANO],[0]) m4_define([BASE_VERSION],[VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO]) m4_define([THIS_VERSION], |