Skip to content

Commit

Permalink
Set UniMRCP version to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Jul 19, 2016
1 parent f56d5f4 commit 2e6ab04
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build/uni_revision.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
#include "uni_version.h"

/** Revision (number of commits since last release). */
#define UNI_REVISION 41
#define UNI_REVISION 0

/** Revision string. */
#define UNI_REVISION_STRING "41"
#define UNI_REVISION_STRING "0"

/** Revision date. */
#define UNI_REVISION_DATE "2016-01-20"
#define UNI_REVISION_DATE "2016-07-19"

/** Revision stamp. */
#define UNI_REVISION_STAMP 20160120L
#define UNI_REVISION_STAMP 20160719L

/** 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
2 changes: 1 addition & 1 deletion build/uni_version.h
Original file line number Diff line number Diff line change
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 3
#define UNI_MINOR_VERSION 4

/** patch level
* The Patch Level never includes API changes, simply bug fixes.
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.3.0])
AC_INIT([unimrcp],[1.4.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 @@ -86,7 +86,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 3
#define PLUGIN_MINOR_VERSION 4

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

0 comments on commit 2e6ab04

Please sign in to comment.