Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
achaloyan committed Mar 9, 2010
1 parent ea6715c commit 5de5270
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.57)

AC_INIT([unimrcp],[0.9.0])
AC_INIT([unimrcp],[0.10.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 @@ -72,7 +72,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 6
#define PLUGIN_MINOR_VERSION 7

/** 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 "0.9.0"
#define uni_version "0.10.0"
#define uni_src "..\.."

AppName=UniMRCP
Expand Down
1 change: 1 addition & 0 deletions packages/inno-setup/unimrcp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Source: {#= uni_outdir}\plugin\demosynth.dll; DestDir: {app}\plugin; Components:
Source: {#= uni_outdir}\plugin\demorecog.dll; DestDir: {app}\plugin; Components: server/demorecog
Source: {#= uni_outdir}\conf\unimrcpserver.xml; DestDir: {app}\conf; Components: server
Source: {#= uni_outdir}\conf\unimrcpclient.xml; DestDir: {app}\conf; Components: client
Source: {#= uni_outdir}\conf\client-profiles\*.xml; DestDir: {app}\conf\client-profiles; Components: client
Source: {#= uni_outdir}\conf\umcscenarios.xml; DestDir: {app}\conf; Components: client
Source: {#= uni_outdir}\data\*.pcm; DestDir: {app}\data; Components: server client
Source: {#= uni_outdir}\data\*.xml; DestDir: {app}\data; Components: server client
Expand Down

0 comments on commit 5de5270

Please sign in to comment.