The version of netdb_client has been synced with the version of the latest supported NET API version.
From version 3.1 onwards the config option `version` has been dropped. This is because the API Library is built against a specific WebAPI Version and is not cross-compatible with different WebAPI versions.
The existing config files can still be used, but the config option will be ignored.
See also: [API 3.0 -> API 3.1 wiki article](https://git.scc.kit.edu/scc-net/netvs/netdb-client-lib/-/wikis/API-3.0---3.1-Migration-Guide)
## Install
The current version of the library is 3.2 which features support for NETDB API versions 3.2 (release), 3.1 (oldrelease) and 3.0 (deprecated). If not explicitly specified the most recent supported version will be used. Examples for using an older API version are listed in section "Usage".