diff mbox

configure.ac update version numbers

Message ID 1480626306-29821-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit 4cfe988cc6e0667928c23a4715eeac8a301396ac
Headers show

Commit Message

Maxim Uvarov Dec. 1, 2016, 9:05 p.m. UTC
Update numbers for .so and add short description.

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

---
 configure.ac | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

-- 
2.7.1.250.gff4ea60

Comments

Mike Holmes Dec. 2, 2016, 2:31 p.m. UTC | #1
On 1 December 2016 at 16:05, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Update numbers for .so and add short description.

>

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

>


Reviewed-by: Mike Holmes <mike.holmes@linaro.org>


Lib diff tool output http://people.linaro.org/~mike.holmes/diff-abi/

I think in the next point release we need to have yet another discussion on
ABI, shared libs, lib naming etc, all good stuff for the MS1 at the end of
the month.
I will add it to the Agenda but perhaps it sholdl be a big topic on the
public call especially if Nicholas can make it.



> ---

>  configure.ac | 16 ++++++++++++----

>  1 file changed, 12 insertions(+), 4 deletions(-)

>

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

> index b460a65..3e89b0a 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],

> @@ -28,12 +28,20 @@ AC_CONFIG_MACRO_DIR([m4])

>  AM_SILENT_RULES([yes])

>

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

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

> -# Set correct platform library version

> +# Set platform library version

> +#

> +# Follow version rules described here:

> +# https://www.gnu.org/software/libtool/manual/html_node/

> Updating-version-info.html

> +# Version is Current:Revision:Age

> +# 1. if there are only source changes, use C:R+1:A

> +# 2. if interfaces were added use C+1:0:A+1

> +# 3. if interfaces were removed, then use C+1:0:0

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

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

> -ODP_LIBSO_VERSION=111:0:0

> +

> +ODP_LIBSO_VERSION=112:0: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.

> --

> 2.7.1.250.gff4ea60

>

>



-- 
Mike Holmes
Program Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
Maxim Uvarov Dec. 2, 2016, 2:43 p.m. UTC | #2
Merged,

Maxim.

On 12/02/16 17:31, Mike Holmes wrote:
> 

> 

> On 1 December 2016 at 16:05, Maxim Uvarov <maxim.uvarov@linaro.org

> <mailto:maxim.uvarov@linaro.org>> wrote:

> 

>     Update numbers for .so and add short description.

> 

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

>     <mailto:maxim.uvarov@linaro.org>>

> 

> 

> Reviewed-by: Mike Holmes <mike.holmes@linaro.org

> <mailto:mike.holmes@linaro.org>>

> 

> Lib diff tool output http://people.linaro.org/~mike.holmes/diff-abi/

> 

> I think in the next point release we need to have yet another discussion

> on ABI, shared libs, lib naming etc, all good stuff for the MS1 at the

> end of the month.

> I will add it to the Agenda but perhaps it sholdl be a big topic on the

> public call especially if Nicholas can make it.

> 

>  

> 

>     ---

>      configure.ac <http://configure.ac> | 16 ++++++++++++----

>      1 file changed, 12 insertions(+), 4 deletions(-)

> 

>     diff --git a/configure.ac <http://configure.ac> b/configure.ac

>     <http://configure.ac>

>     index b460a65..3e89b0a 100644

>     --- a/configure.ac <http://configure.ac>

>     +++ b/configure.ac <http://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],

>     @@ -28,12 +28,20 @@ AC_CONFIG_MACRO_DIR([m4])

>      AM_SILENT_RULES([yes])

> 

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

>     -# Set correct platform library version

>     +# Set platform library version

>     +#

>     +# Follow version rules described here:

>     +#

>     https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

>     <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>

>     +# Version is Current:Revision:Age

>     +# 1. if there are only source changes, use C:R+1:A

>     +# 2. if interfaces were added use C+1:0:A+1

>     +# 3. if interfaces were removed, then use C+1:0:0

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

>     -ODP_LIBSO_VERSION=111:0:0

>     +

>     +ODP_LIBSO_VERSION=112:0: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.

>     --

>     2.7.1.250.gff4ea60

> 

> 

> 

> 

> -- 

> Mike Holmes

> Program Manager - Linaro Networking Group

> Linaro.org <http://www.linaro.org/>* **│ *Open source software for ARM SoCs

> "Work should be fun and collaborative, the rest follows"

> 

> __

> 

>
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index b460a65..3e89b0a 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],
@@ -28,12 +28,20 @@  AC_CONFIG_MACRO_DIR([m4])
 AM_SILENT_RULES([yes])
 
 ##########################################################################
-# Set correct platform library version
+# Set platform library version
+#
+# Follow version rules described here:
+# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+# Version is Current:Revision:Age
+# 1. if there are only source changes, use C:R+1:A
+# 2. if interfaces were added use C+1:0:A+1
+# 3. if interfaces were removed, then use C+1:0:0
 ##########################################################################
-ODP_LIBSO_VERSION=111:0:0
+
+ODP_LIBSO_VERSION=112:0: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.