X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8282434bfd1c4f8e2cdf9abe0807b05c252ac6b1;hb=9b355aa12d760654a5977be8dbbddfa10696118b;hp=52b4b7723f6a37c983093553572f75e7701596d6;hpb=54d8d22a931a1eae99c3a197c32fc8d42b2e9f5b;p=libsigrok.git diff --git a/configure.ac b/configure.ac index 52b4b772..8282434b 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ SR_PKG_VERSION_SET([SR_PACKAGE_VERSION], [AC_PACKAGE_VERSION]) # The algorithm for determining which number to change (and how) is nontrivial! # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info # Format: current:revision:age. -SR_LIB_VERSION_SET([SR_LIB_VERSION], [3:0:0]) +SR_LIB_VERSION_SET([SR_LIB_VERSION], [4:0:0]) AM_CONDITIONAL([WIN32], [test -z "${host_os##mingw*}" || test -z "${host_os##cygwin*}"]) @@ -579,6 +579,7 @@ Compile configuration: - C++ compiler version............ $sr_cxx_version - C++ compiler flags.............. $CXXFLAGS - C++ compiler warnings........... $SR_WXXFLAGS + - Linker flags.................... $LDFLAGS Detected libraries (required): - glib-2.0 >= 2.32.0.............. $sr_glib_version