From 62a28980a1aabbbeb280c533468482aba93e73ff Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sun, 23 Feb 2014 16:36:58 -0600 Subject: [PATCH] libsndfile windows update version string --- libs/win32/libsndfile/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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