From 7794d214c469ec3ab08d58b84880630c41144f31 Mon Sep 17 00:00:00 2001 From: Arsen Chaloyan Date: Mon, 12 Nov 2018 11:07:09 -0800 Subject: [PATCH] Set UniMRCP version to 1.6.0. --- build/uni_revision.h | 6 +++--- build/uni_version.h | 6 +++--- configure.ac | 2 +- libs/mrcp-engine/include/mrcp_engine_plugin.h | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/uni_revision.h b/build/uni_revision.h index 5f941e0a..d42ba1ef 100644 --- a/build/uni_revision.h +++ b/build/uni_revision.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2017 Arsen Chaloyan + * Copyright 2008-2018 Arsen Chaloyan * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with the License. @@ -36,10 +36,10 @@ #define UNI_REVISION_STRING "0" /** Revision date. */ -#define UNI_REVISION_DATE "2017-08-22" +#define UNI_REVISION_DATE "2018-11-12" /** Revision stamp. */ -#define UNI_REVISION_STAMP 20170822L +#define UNI_REVISION_STAMP 20181112L /** Check at compile time if the revision number is at least a certain level. */ #define UNI_REVISION_AT_LEAST(rev) ((rev) < UNI_REVISION) diff --git a/build/uni_version.h b/build/uni_version.h index 53a0bb2c..2c711661 100644 --- a/build/uni_version.h +++ b/build/uni_version.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2017 Arsen Chaloyan + * Copyright 2008-2018 Arsen Chaloyan * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading UNI_MAJOR_VERSION. */ -#define UNI_MINOR_VERSION 5 +#define UNI_MINOR_VERSION 6 /** patch level * The Patch Level never includes API changes, simply bug fixes. @@ -70,7 +70,7 @@ ##UNI_PATCH_VERSION /** The Copyright. */ -#define UNI_COPYRIGHT "Copyright 2008-2017 Arsen Chaloyan" +#define UNI_COPYRIGHT "Copyright 2008-2018 Arsen Chaloyan" /* * Use the brief description of the license for Win32 .rc files; diff --git a/configure.ac b/configure.ac index b86f6a33..835e8a5a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl AC_PREREQ(2.59) -AC_INIT([unimrcp],[1.5.0]) +AC_INIT([unimrcp],[1.6.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 1d589a73..7be8d3b5 100644 --- a/libs/mrcp-engine/include/mrcp_engine_plugin.h +++ b/libs/mrcp-engine/include/mrcp_engine_plugin.h @@ -96,7 +96,7 @@ typedef apt_bool_t (*mrcp_plugin_log_source_accessor_f)(apt_log_source_t *log_so * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading PLUGIN_MAJOR_VERSION */ -#define PLUGIN_MINOR_VERSION 5 +#define PLUGIN_MINOR_VERSION 6 /** patch level * The Patch Level never includes API changes, simply bug fixes.