--- linuxsampler/trunk/configure.ac 2020/08/31 08:34:02 3819 +++ linuxsampler/trunk/configure.ac 2021/06/19 15:27:02 3964 @@ -2,9 +2,8 @@ # LinuxSampler's / liblinuxsampler's "official" release version: m4_define(linuxsampler_release_major, 2) -m4_define(linuxsampler_release_minor, 1) -m4_define(linuxsampler_release_build, 1.svn65) - +m4_define(linuxsampler_release_minor, 2) +m4_define(linuxsampler_release_build, 0.svn2) AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build]) AC_CONFIG_SRCDIR([configure.ac]) @@ -26,7 +25,7 @@ # 6. If any interfaces have been removed since the last public release, then set age # to 0. -LIBLINUXSAMPLER_LT_CURRENT=5 +LIBLINUXSAMPLER_LT_CURRENT=6 LIBLINUXSAMPLER_LT_REVISION=0 LIBLINUXSAMPLER_LT_AGE=0 SHARED_VERSION_INFO="$LIBLINUXSAMPLER_LT_CURRENT:$LIBLINUXSAMPLER_LT_REVISION:$LIBLINUXSAMPLER_LT_AGE" @@ -706,7 +705,7 @@ # Checks for various DLL libraries # Check presence of libgig -libgig_version="4.2.0" +libgig_version="4.3.0" PKG_CHECK_MODULES(GIG, gig >= $libgig_version, HAVE_GIG=true, HAVE_GIG=false) if test "$HAVE_GIG" = "false"; then echo "Required libgig version not found!"