mstute wrote:
> Le Mardi 12 Septembre 2006 15:19, Andreas Schneider a écrit :
>> What is the lib version of phapi?
>>
>> 2.0.0?
>> 0.0.2?
>>
>>      -- andreas
> Hi Andreas,
> 
> It's something to determine...
> In phapi.h PHAPI_VERSION is defined as 0.2.0 since december 2005. Perhaps 
> it's 
> time to change it?
> Why such a question? Is it important for you?
> 

On *nix, every library has a version.

/usr/lib64/libQtCore.so -> libQtCore.so.4.1.4
/usr/lib64/libQtCore.so.4 -> libQtCore.so.4.1.4
/usr/lib64/libQtCore.so.4.1 -> libQtCore.so.4.1.4
/usr/lib64/libQtCore.so.4.1.4

And I want to set it with CMake too.

set_target_properties(
  phapi
    PROPERTIES
      VERSION
        0.2.0
      SOVERSION
        0
)

SO you will get for example for Linux:

/usr/lib64/libphapi.so -> libphapi.so.0.2.0
/usr/lib64/libphapi.so.0 -> libphapi.so.0.2.0
/usr/lib64/libphapi.so.0.2.0

> Regards,
> --
> mstute
> 

-- 
http://www.cynapses.org/ - cybernetic synapses



Attachment: signature.asc
Description: PGP signature

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to