diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-23 15:18:46 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-23 15:18:46 -0700 |
| commit | 0b9f96a92c4b425f7c140db7ae6a8c5a3563a975 (patch) | |
| tree | 5ca6ce147256e58f26f74d3bf5e6e5e3ee766a43 /pkg/alsa-lib | |
| parent | d33113536a714b163ba94bf31a02881025a2cb17 (diff) | |
alsa-lib: Update to 1.2.3.1
Diffstat (limited to 'pkg/alsa-lib')
| -rw-r--r-- | pkg/alsa-lib/alsa/version.h | 4 | ||||
| -rw-r--r-- | pkg/alsa-lib/config.h | 6 | ||||
| m--------- | pkg/alsa-lib/src | 0 | ||||
| -rw-r--r-- | pkg/alsa-lib/ver | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/pkg/alsa-lib/alsa/version.h b/pkg/alsa-lib/alsa/version.h index 187c2851..e0c909dc 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 2 /**< minor number of library version */ -#define SND_LIB_SUBMINOR 2 /**< subminor number of library version */ +#define SND_LIB_SUBMINOR 3 /**< 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.2.2" +#define SND_LIB_VERSION_STR "1.2.3.1" diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h index a3c13ca8..96db8cce 100644 --- a/pkg/alsa-lib/config.h +++ b/pkg/alsa-lib/config.h @@ -50,10 +50,10 @@ #define PACKAGE "alsa-lib" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "alsa-lib" -#define PACKAGE_STRING "alsa-lib 1.2.3" +#define PACKAGE_STRING "alsa-lib 1.2.3.1" #define PACKAGE_TARNAME "alsa-lib" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.2.3" +#define PACKAGE_VERSION "1.2.3.1" #define SND_MAX_CARDS 32 #define STDC_HEADERS 1 #define SUPPORT_ALOAD "1" @@ -76,7 +76,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.2.3" +#define VERSION "1.2.3.1" #define VERSIONED_SYMBOLS /**/ /* #undef _MINIX */ /* #undef _POSIX_1_SOURCE */ diff --git a/pkg/alsa-lib/src b/pkg/alsa-lib/src -Subproject 141acab89229cacccfc6a10b6214f206cddca6a +Subproject b13b9116050357b39c5f4964f83cd45b3da1b1d diff --git a/pkg/alsa-lib/ver b/pkg/alsa-lib/ver index 3dcecf2e..43b600c1 100644 --- a/pkg/alsa-lib/ver +++ b/pkg/alsa-lib/ver @@ -1 +1 @@ -1.2.3 r0 +1.2.3.1 r0 |
