From e3a3eec15d79733811273669507ad4480ab7ad3f Mon Sep 17 00:00:00 2001 From: Arsen Chaloyan Date: Mon, 7 Jul 2014 05:06:19 +0000 Subject: [PATCH] Set UniMRCP version to 1.2.0. --- build/uni_version.h | 2 +- configure.ac | 2 +- libs/mrcp-engine/include/mrcp_engine_plugin.h | 2 +- packages/inno-setup/setup.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/uni_version.h b/build/uni_version.h index 7925350d..e7863952 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 1 +#define UNI_MINOR_VERSION 2 /** patch level * The Patch Level never includes API changes, simply bug fixes. diff --git a/configure.ac b/configure.ac index 5389c305..eab2e07b 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.1.0]) +AC_INIT([unimrcp],[1.2.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 1875d4d9..e0b04e81 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 1 +#define PLUGIN_MINOR_VERSION 2 /** 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 91e763bb..40912322 100644 --- a/packages/inno-setup/setup.txt +++ b/packages/inno-setup/setup.txt @@ -1,4 +1,4 @@ -#define uni_version "1.1.0" +#define uni_version "1.2.0" #define uni_src "..\.." AppName=UniMRCP