Skip to content

Commit

Permalink
Set UniMRCP version to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Mar 31, 2020
1 parent fa7042e commit 373d886
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build/uni_revision.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2008-2018 Arsen Chaloyan
* Copyright 2008-2020 Arsen Chaloyan
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -36,10 +36,10 @@
#define UNI_REVISION_STRING "0"

/** Revision date. */
#define UNI_REVISION_DATE "2018-11-12"
#define UNI_REVISION_DATE "2020-03-30"

/** Revision stamp. */
#define UNI_REVISION_STAMP 20181112L
#define UNI_REVISION_STAMP 20200330L

/** Check at compile time if the revision number is at least a certain level. */
#define UNI_REVISION_AT_LEAST(rev) ((rev) < UNI_REVISION)
Expand Down
6 changes: 3 additions & 3 deletions build/uni_version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2008-2018 Arsen Chaloyan
* Copyright 2008-2020 Arsen Chaloyan
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -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 6
#define UNI_MINOR_VERSION 7

/** patch level
* The Patch Level never includes API changes, simply bug fixes.
Expand Down Expand Up @@ -70,7 +70,7 @@
##UNI_PATCH_VERSION

/** The Copyright. */
#define UNI_COPYRIGHT "Copyright 2008-2018 Arsen Chaloyan"
#define UNI_COPYRIGHT "Copyright 2008-2020 Arsen Chaloyan"

/*
* Use the brief description of the license for Win32 .rc files;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl

AC_PREREQ(2.59)

AC_INIT([unimrcp],[1.6.0])
AC_INIT([unimrcp],[1.7.0])

AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build/acmacros])
Expand Down
2 changes: 1 addition & 1 deletion libs/mrcp-engine/include/mrcp_engine_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 6
#define PLUGIN_MINOR_VERSION 7

/** patch level
* The Patch Level never includes API changes, simply bug fixes.
Expand Down

0 comments on commit 373d886

Please sign in to comment.