From: Jeff Lenk Date: Sun, 23 Feb 2014 22:36:58 +0000 (-0600) Subject: libsndfile windows update version string X-Git-Tag: v1.5.8~25^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a28980a1aabbbeb280c533468482aba93e73ff;p=thirdparty%2Ffreeswitch.git libsndfile windows update version string --- diff --git a/libs/win32/libsndfile/config.h b/libs/win32/libsndfile/config.h index abce659c4f..a9d75002e3 100644 --- a/libs/win32/libsndfile/config.h +++ b/libs/win32/libsndfile/config.h @@ -202,13 +202,13 @@ #define PACKAGE_NAME "libsndfile" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libsndfile 1.0.12" +#define PACKAGE_STRING "libsndfile 1.0.26pre5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libsndfile" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0.12" +#define PACKAGE_VERSION "1.0.26pre5" /* Set to maximum allowed value of sf_count_t type. */ //#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFi64