Skip to content

Commit

Permalink
Set UniMRCP version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Jul 7, 2014
1 parent cb0228a commit e3a3eec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 1
#define UNI_MINOR_VERSION 2

/** 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 @@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([unimrcp],[1.1.0])
AC_INIT([unimrcp],[1.2.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 1
#define PLUGIN_MINOR_VERSION 2

/** patch level
* The Patch Level never includes API changes, simply bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion packages/inno-setup/setup.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define uni_version "1.1.0"
#define uni_version "1.2.0"
#define uni_src "..\.."

AppName=UniMRCP
Expand Down

0 comments on commit e3a3eec

Please sign in to comment.