Skip to content

Commit

Permalink
update API version number from v1.13.0.0 to v1.14.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
  • Loading branch information
muvarov committed Mar 1, 2017
1 parent 919d692 commit a652887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.5])
# Set correct API version
##########################################################################
m4_define([odpapi_generation_version], [1])
m4_define([odpapi_major_version], [13])
m4_define([odpapi_major_version], [14])
m4_define([odpapi_minor_version], [0])
m4_define([odpapi_point_version], [0])
m4_define([odpapi_version],
Expand Down Expand Up @@ -38,10 +38,10 @@ AM_SILENT_RULES([yes])
# 3. if interfaces were removed, then use C+1:0:0
##########################################################################

ODP_LIBSO_VERSION=113:0:0
ODP_LIBSO_VERSION=114:0:1
AC_SUBST(ODP_LIBSO_VERSION)

ODPHELPER_LIBSO_VERSION=111:0:2
ODPHELPER_LIBSO_VERSION=112:0:0
AC_SUBST(ODPHELPER_LIBSO_VERSION)

# Checks for programs.
Expand Down

0 comments on commit a652887

Please sign in to comment.