Lines Matching refs:version
8 # Define the libcoap software version here. Note! The libtool versions are
38 # To set the version of the library, libtool provides the -version-info #
44 # https://autotools.io/libtool/version.html #
52 # Every new library starts with a version 'current' (short 'c') = 0
85 # Announce the libtool version
122 AX_CHECK_LINK_FLAG([-Wl,--version-script=./libcoap-${LIBCOAP_API_VERSION}.map],
123 … [libcoap_SYMBOLS="-Wl,--version-script=\$(srcdir)/libcoap-\$(LIBCOAP_API_VERSION).map"],
146 AC_MSG_CHECKING([for compatible doxygen version])
147 doxygen_version=`$DOXYGEN --version`
155 …AC_MSG_ERROR([==> Install required doxygen version or disable the documentation using --disable-do…
157 # we found doxygen and the version is valid
168 AC_MSG_CHECKING([for compatible dot version])
169 dot_version=`$DOT -V 2>&1|$GREP -oP '(?<=version\W)@<:@0-9.@:>@*(?=\W(.*))'`
177 …AC_MSG_ERROR([==> Install required graphviz version or disable the documentation using --disable-d…
179 # we found dot and the version is valid
206 # CUnit ships not version within the pkgconfig file cunit.pc so we have to do some more work here
338 # Later if the API version is changing dont forget to change the
359 libcoap package version : "$PACKAGE_VERSION"
360 libcoap library version : "$LIBCOAP_SO_VERSION"
361 libcoap API version : "$LIBCOAP_API_VERSION"