diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-01 23:03:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-03 01:16:52 -0700 |
| commit | 9ebbb7629b2cbd192bc95ca635cd5b87e3e6132c (patch) | |
| tree | 78c5148a2b1677bdbce642afb230afbe84e0ffc6 | |
| parent | 273bb81df07edc3e0bda64cb524925786ea73955 (diff) | |
alsa-lib: Update to 1.1.7
| -rw-r--r-- | pkg/alsa-lib/alsa/asoundlib.h | 2 | ||||
| -rw-r--r-- | pkg/alsa-lib/alsa/version.h | 4 | ||||
| -rw-r--r-- | pkg/alsa-lib/config.h | 6 | ||||
| -rw-r--r-- | pkg/alsa-lib/rev | 2 | ||||
| m--------- | pkg/alsa-lib/src | 0 |
5 files changed, 7 insertions, 7 deletions
diff --git a/pkg/alsa-lib/alsa/asoundlib.h b/pkg/alsa-lib/alsa/asoundlib.h index 1c2560f2..37bb69cc 100644 --- a/pkg/alsa-lib/alsa/asoundlib.h +++ b/pkg/alsa-lib/alsa/asoundlib.h @@ -21,7 +21,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ diff --git a/pkg/alsa-lib/alsa/version.h b/pkg/alsa-lib/alsa/version.h index d7c11cbc..d640ad57 100644 --- a/pkg/alsa-lib/alsa/version.h +++ b/pkg/alsa-lib/alsa/version.h @@ -4,12 +4,12 @@ #define SND_LIB_MAJOR 1 /**< major number of library version */ #define SND_LIB_MINOR 1 /**< minor number of library version */ -#define SND_LIB_SUBMINOR 1 /**< subminor number of library version */ +#define SND_LIB_SUBMINOR 7 /**< subminor number of library version */ #define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */ /** library version */ #define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\ (SND_LIB_MINOR<<8)|\ SND_LIB_SUBMINOR) /** library version (string) */ -#define SND_LIB_VERSION_STR "1.1.1" +#define SND_LIB_VERSION_STR "1.1.7" diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h index 37503414..4e05a49b 100644 --- a/pkg/alsa-lib/config.h +++ b/pkg/alsa-lib/config.h @@ -46,10 +46,10 @@ #define PACKAGE "alsa-lib" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "alsa-lib" -#define PACKAGE_STRING "alsa-lib 1.1.6" +#define PACKAGE_STRING "alsa-lib 1.1.7" #define PACKAGE_TARNAME "alsa-lib" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.6" +#define PACKAGE_VERSION "1.1.7" #define SND_MAX_CARDS 32 #define STDC_HEADERS 1 #define SUPPORT_ALOAD "1" @@ -72,7 +72,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.1.6" +#define VERSION "1.1.7" #define VERSIONED_SYMBOLS /**/ /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ diff --git a/pkg/alsa-lib/rev b/pkg/alsa-lib/rev index 7f8f011e..45a4fb75 100644 --- a/pkg/alsa-lib/rev +++ b/pkg/alsa-lib/rev @@ -1 +1 @@ -7 +8 diff --git a/pkg/alsa-lib/src b/pkg/alsa-lib/src -Subproject 1a95a63524a761fbc184ffc5a82992e275702fe +Subproject 3ec6dce5198f100fa8dd2abfc1258fa4138ceb1 |
