diff mbox

[PATCHv5,2/2] configure.ac update version numbers

Message ID 1479839125-20802-3-git-send-email-maxim.uvarov@linaro.org
State Superseded
Headers show

Commit Message

Maxim Uvarov Nov. 22, 2016, 6:25 p.m. UTC
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.1.250.gff4ea60

Comments

Anders Roxell Nov. 22, 2016, 8:22 p.m. UTC | #1
On 2016-11-22 21:25, Maxim Uvarov wrote:
> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

> ---

>  configure.ac | 6 +++---

>  1 file changed, 3 insertions(+), 3 deletions(-)

> 

> diff --git a/configure.ac b/configure.ac

> index be5a292..287e478 100644

> --- a/configure.ac

> +++ b/configure.ac

> @@ -3,7 +3,7 @@ AC_PREREQ([2.5])

>  # Set correct API version

>  ##########################################################################

>  m4_define([odpapi_generation_version], [1])

> -m4_define([odpapi_major_version], [11])

> +m4_define([odpapi_major_version], [12])

>  m4_define([odpapi_minor_version], [0])

>  m4_define([odpapi_point_version], [0])

>  m4_define([odpapi_version],

> @@ -30,10 +30,10 @@ AM_SILENT_RULES([yes])

>  ##########################################################################

>  # Set correct platform library version

>  ##########################################################################

> -ODP_LIBSO_VERSION=111:0:0

> +ODP_LIBSO_VERSION=111:1:0


So the flag ABI-compat mode, if that is set to yes, that don't change
any function to not be inlined?

So my question is, whats the difference between setting that flag to yes
or no today? have we added more inline functions when setting the
abi-compat to no?

Cheers,
Anders

>  AC_SUBST(ODP_LIBSO_VERSION)

>  

> -ODPHELPER_LIBSO_VERSION=110:0:1

> +ODPHELPER_LIBSO_VERSION=110:1:1

>  AC_SUBST(ODPHELPER_LIBSO_VERSION)

>  

>  # Checks for programs.

> -- 

> 2.7.1.250.gff4ea60

>
Maxim Uvarov Nov. 23, 2016, 2:01 p.m. UTC | #2
On 11/22/16 23:22, Anders Roxell wrote:
> On 2016-11-22 21:25, Maxim Uvarov wrote:

>> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

>> ---

>>   configure.ac | 6 +++---

>>   1 file changed, 3 insertions(+), 3 deletions(-)

>>

>> diff --git a/configure.ac b/configure.ac

>> index be5a292..287e478 100644

>> --- a/configure.ac

>> +++ b/configure.ac

>> @@ -3,7 +3,7 @@ AC_PREREQ([2.5])

>>   # Set correct API version

>>   ##########################################################################

>>   m4_define([odpapi_generation_version], [1])

>> -m4_define([odpapi_major_version], [11])

>> +m4_define([odpapi_major_version], [12])

>>   m4_define([odpapi_minor_version], [0])

>>   m4_define([odpapi_point_version], [0])

>>   m4_define([odpapi_version],

>> @@ -30,10 +30,10 @@ AM_SILENT_RULES([yes])

>>   ##########################################################################

>>   # Set correct platform library version

>>   ##########################################################################

>> -ODP_LIBSO_VERSION=111:0:0

>> +ODP_LIBSO_VERSION=111:1:0

> So the flag ABI-compat mode, if that is set to yes, that don't change

> any function to not be inlined?


That is right.  .so library does not have new/old functions and no 
inlines for api.

> So my question is, whats the difference between setting that flag to yes

> or no today? have we added more inline functions when setting the

> abi-compat to no?

>

> Cheers,

> Anders


if abi compat set to no, than there will be more inlines.

I followed instructions in the link above. I think we need to increase 
some number anyway.
I prefer for development releases match api level in first number and 
keep other two numbers
with zeros. Anyway dev build should not be shipped to distros. And for 
stable branches follow the link
and update numbers.

But to complete match link for now I updated that numbers...

Maxim.



>

>>   AC_SUBST(ODP_LIBSO_VERSION)

>>   

>> -ODPHELPER_LIBSO_VERSION=110:0:1

>> +ODPHELPER_LIBSO_VERSION=110:1:1

>>   AC_SUBST(ODPHELPER_LIBSO_VERSION)

>>   

>>   # Checks for programs.

>> -- 

>> 2.7.1.250.gff4ea60

>>
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index be5a292..287e478 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@  AC_PREREQ([2.5])
 # Set correct API version
 ##########################################################################
 m4_define([odpapi_generation_version], [1])
-m4_define([odpapi_major_version], [11])
+m4_define([odpapi_major_version], [12])
 m4_define([odpapi_minor_version], [0])
 m4_define([odpapi_point_version], [0])
 m4_define([odpapi_version],
@@ -30,10 +30,10 @@  AM_SILENT_RULES([yes])
 ##########################################################################
 # Set correct platform library version
 ##########################################################################
-ODP_LIBSO_VERSION=111:0:0
+ODP_LIBSO_VERSION=111:1:0
 AC_SUBST(ODP_LIBSO_VERSION)
 
-ODPHELPER_LIBSO_VERSION=110:0:1
+ODPHELPER_LIBSO_VERSION=110:1:1
 AC_SUBST(ODPHELPER_LIBSO_VERSION)
 
 # Checks for programs.