owlps/libowlps-resultreader
Matteo Cypriani 9908ecf905 CMake: handle libraries' sonames
libowlps-client and libowlps-resultreader were never built as shared
libraries, therefore we set their version number to 1.0.

For stable releases, the rule is to increase the minor version number
when changes are made to the library without changing the API, and to
bump the major version number (soname) in case of API change.

In the development branch and for development point releases, the soname
should not be increased, even in case of API break. The minor version
number should be bumped instead.

Following this rule, libowlps' version number is bumped to 3.1, as some
changes were made since version 3.0.
2013-05-22 18:36:20 -04:00
..
CMakeLists.txt CMake: handle libraries' sonames 2013-05-22 18:36:20 -04:00
libowlps-resultreader.c Fix compilation warning/errors for OpenWrt 2013-04-24 13:51:58 -04:00
owlps-resultreader-udp.c [lib] Stop defining owl_bool (use stdbool.h) 2013-05-15 15:46:13 -04:00
owlps-resultreader.h Add copyright & license information 2012-11-03 14:52:33 +01:00