Skip to content

Commit

Permalink
Set UniMRCP version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Mar 25, 2013
1 parent cdbb0fe commit 081240a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 0
#define UNI_MINOR_VERSION 1

/** 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.0.0])
AC_INIT([unimrcp],[1.1.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 0
#define PLUGIN_MINOR_VERSION 1

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

AppName=UniMRCP
AppVerName=UniMRCP-{#= uni_version}
AppVerName=UniMRCP {#= uni_version}
AppPublisher=UniMRCP
AppPublisherURL=http://www.unimrcp.org/
AppSupportURL=http://groups.google.com/group/unimrcp
Expand Down

0 comments on commit 081240a

Please sign in to comment.