From 7106522a95eb2669bd4bbb0332de392f5c2cc459 Mon Sep 17 00:00:00 2001 From: Wonnam Jang Date: Wed, 18 May 2016 21:53:45 +0900 Subject: [PATCH] Update version Change-Id: I8b4306ca943420efad22fe29c2adc169e36f0117 Signed-off-by: Wonnam Jang --- CMakeLists.txt | 2 +- changelog | 9 +++++++++ packaging/tts.spec | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15486e6..380dc6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ PROJECT(tts) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(EXEC_PREFIX "${PREFIX}") SET(INCLUDEDIR "${PREFIX}/include") -SET(VERSION 0.2.43) +SET(VERSION 0.2.44) ADD_DEFINITIONS("-DTTS_LIBDIR=\"${LIBDIR}\"") ADD_DEFINITIONS("-Werror") diff --git a/changelog b/changelog index 1718976..6e4575c 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +tts (0.2.44) -- Wed, 18 May 2016 + + * Add function to set/get private data and to get error message (Wonnam Jang ) + * Apply sound manager stream for session managing (Kwangyoun Kim ) + * Add error handling logic for player (Kwangyoun Kim ) + * Update directory path to relative path (Wonnam Jang ) + * Change dbus connection to private (Kwangyoun Kim ) + * Update cleanup client logic (Kwangyoun Kim ) + tts (0.2.43) -- Wed, 29 Jul 2015 * Update utt message to change method call to signal (Dongyeol Lee ) diff --git a/packaging/tts.spec b/packaging/tts.spec index 45cf33f..7a20215 100644 --- a/packaging/tts.spec +++ b/packaging/tts.spec @@ -1,6 +1,6 @@ Name: tts Summary: Text To Speech client library and daemon -Version: 0.2.43 +Version: 0.2.44 Release: 1 Group: Graphics & UI Framework/Voice Framework License: Apache-2.0 -- 2.7.4