From 081240a0306a466456b1ce38403a01cc9c492eea Mon Sep 17 00:00:00 2001 From: Arsen Chaloyan Date: Mon, 25 Mar 2013 19:35:48 +0000 Subject: [PATCH] Set UniMRCP version to 1.1.0. --- build/uni_version.h | 2 +- configure.ac | 2 +- libs/mrcp-engine/include/mrcp_engine_plugin.h | 2 +- packages/inno-setup/setup.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/uni_version.h b/build/uni_version.h index 102c55da..c60f1098 100644 --- a/build/uni_version.h +++ b/build/uni_version.h @@ -39,7 +39,7 @@ * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading UNI_MAJOR_VERSION. */ -#define UNI_MINOR_VERSION 0 +#define UNI_MINOR_VERSION 1 /** patch level * The Patch Level never includes API changes, simply bug fixes. diff --git a/configure.ac b/configure.ac index ffef6e22..ca35cf0a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([unimrcp],[1.0.0]) +AC_INIT([unimrcp],[1.1.0]) AC_CONFIG_AUX_DIR([build]) AC_CONFIG_MACRO_DIR([build/acmacros]) diff --git a/libs/mrcp-engine/include/mrcp_engine_plugin.h b/libs/mrcp-engine/include/mrcp_engine_plugin.h index bb4636b1..13b8a736 100644 --- a/libs/mrcp-engine/include/mrcp_engine_plugin.h +++ b/libs/mrcp-engine/include/mrcp_engine_plugin.h @@ -80,7 +80,7 @@ typedef apt_bool_t (*mrcp_plugin_log_accessor_f)(apt_logger_t *logger); * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading PLUGIN_MAJOR_VERSION */ -#define PLUGIN_MINOR_VERSION 0 +#define PLUGIN_MINOR_VERSION 1 /** patch level * The Patch Level never includes API changes, simply bug fixes. diff --git a/packages/inno-setup/setup.txt b/packages/inno-setup/setup.txt index 45d6489f..91e763bb 100644 --- a/packages/inno-setup/setup.txt +++ b/packages/inno-setup/setup.txt @@ -1,8 +1,8 @@ -#define uni_version "1.0.0" +#define uni_version "1.1.0" #define uni_src "..\.." AppName=UniMRCP -AppVerName=UniMRCP-{#= uni_version} +AppVerName=UniMRCP {#= uni_version} AppPublisher=UniMRCP AppPublisherURL=http://www.unimrcp.org/ AppSupportURL=http://groups.google.com/group/unimrcp