Re: [ovs-dev] [PATCH 2/2] libX: add new release / version info tags

2017-02-07 Thread Markos Chandras
Hi, On 01/16/2017 08:06 PM, Aaron Conole wrote: > This commit uses the $PACKAGE_VERSION automake variable to construct a > release and version info combination which sets the library name to be: > >libfoo-$(OVS_MAJOR_VERSION).so.$(OVS_MINOR_VERSION).0.$(OVS_MICRO_VERSION) > > where

Re: [ovs-dev] [PATCH 2/2] libX: add new release / version info tags

2017-01-18 Thread Ben Pfaff
On Mon, Jan 16, 2017 at 02:06:27PM -0500, Aaron Conole wrote: > This commit uses the $PACKAGE_VERSION automake variable to construct a > release and version info combination which sets the library name to be: > >libfoo-$(OVS_MAJOR_VERSION).so.$(OVS_MINOR_VERSION).0.$(OVS_MICRO_VERSION) > >

[ovs-dev] [PATCH 2/2] libX: add new release / version info tags

2017-01-16 Thread Aaron Conole
This commit uses the $PACKAGE_VERSION automake variable to construct a release and version info combination which sets the library name to be: libfoo-$(OVS_MAJOR_VERSION).so.$(OVS_MINOR_VERSION).0.$(OVS_MICRO_VERSION) where formerly, it was always: libfoo.so.1.0.0 This allows releases of