From 0502f612c98c30293988a146983fdbab298d32ca Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sun, 4 Dec 2016 13:15:02 +0100 Subject: [PATCH] 3rdparty/opus-build: update verison references in config.h for Unix-like systems to 1.1.3. --- 3rdparty/opus-build/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/opus-build/config.h b/3rdparty/opus-build/config.h index 62ac1af93..6bf34a10d 100644 --- a/3rdparty/opus-build/config.h +++ b/3rdparty/opus-build/config.h @@ -93,7 +93,7 @@ #define PACKAGE_NAME "opus" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "opus 1.1.1" +#define PACKAGE_STRING "opus 1.1.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "opus" @@ -102,7 +102,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.1" +#define PACKAGE_VERSION "1.1.3" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1