From 40f7598f2b254796c945476e0bdcc95664eb811e Mon Sep 17 00:00:00 2001 From: Arsen Chaloyan Date: Tue, 3 Feb 2015 03:27:46 +0000 Subject: [PATCH] Set UniMRCP version to 1.3.0. --- build/uni_revision.h | 8 ++++---- build/uni_version.h | 2 +- configure.ac | 2 +- libs/mrcp-engine/include/mrcp_engine_plugin.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/uni_revision.h b/build/uni_revision.h index b7680b88..796c98a3 100644 --- a/build/uni_revision.h +++ b/build/uni_revision.h @@ -25,16 +25,16 @@ */ /** Revision base number. */ -#define UNI_REVISION 2208 +#define UNI_REVISION 2271 /** Revision base string. */ -#define UNI_REVISION_STRING "2208" +#define UNI_REVISION_STRING "2271" /** Revision base date. */ -#define UNI_REVISION_DATE "2014-10-31" +#define UNI_REVISION_DATE "2015-02-02" /** Revision base stamp. */ -#define UNI_REVISION_STAMP 20141031L +#define UNI_REVISION_STAMP 20150202L /** Check at compile time if the revision base number is at least a certain level. */ diff --git a/build/uni_version.h b/build/uni_version.h index e7863952..efb7a4ca 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 2 +#define UNI_MINOR_VERSION 3 /** patch level * The Patch Level never includes API changes, simply bug fixes. diff --git a/configure.ac b/configure.ac index ac1eacf3..050917c4 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl AC_PREREQ(2.59) -AC_INIT([unimrcp],[1.2.0]) +AC_INIT([unimrcp],[1.3.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 e0b04e81..dcf562fb 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 2 +#define PLUGIN_MINOR_VERSION 3 /** patch level * The Patch Level never includes API changes, simply bug fixes.