Message ID | 1470842750-25147-3-git-send-email-maxim.uvarov@linaro.org |
---|---|
State | Superseded |
Headers | show |
On 2016-08-10 18:25, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 6551287..0285b0a 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) > ########################################################################## > # Set correct platform library version > ########################################################################## > -ODP_LIBSO_VERSION=110:0:1 > +ODP_LIBSO_VERSION=110:0:2 In v1 [1] you pointed out that we changed a union in the TM API [2]. And since that union is used in TM's interface we need to bump to the major number to 111. If we only had added new interface we should only change the age number to 2. I'm missing a patch to change the version.h file. Cheers, Anders [1] https://lists.linaro.org/pipermail/lng-odp/2016-August/025021.html [2] https://git.linaro.org/lng/odp.git/commitdiff/a560c609e78716421e782aa388805937d177ef0e?hp=524987a32f9873e59ce265ffba6e831e756a2441
diff --git a/configure.ac b/configure.ac index 6551287..0285b0a 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_SILENT_RULES([yes]) ########################################################################## # Set correct platform library version ########################################################################## -ODP_LIBSO_VERSION=110:0:1 +ODP_LIBSO_VERSION=110:0:2 AC_SUBST(ODP_LIBSO_VERSION) ODPHELPER_LIBSO_VERSION=110:0:1
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.1.250.gff4ea60