Skip to content

Commit

Permalink
Set UniMRCP version to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Feb 3, 2015
1 parent 6cef0a8 commit 40f7598
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 @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion build/uni_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.2.0])
AC_INIT([unimrcp],[1.3.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 @@ -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.
Expand Down

0 comments on commit 40f7598

Please sign in to comment.