logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ad2697b3e770cf8c1ba4ad79e49a713bd93b6d28
parent c35ab591aabc9cc0c89386c95969a7b1c75ff5be
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  3 Jul 2019 18:43:21 -0700

alsa-lib: Update version number

Diffstat:

Mpkg/alsa-lib/README.md4++++
Mpkg/alsa-lib/alsa/version.h4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pkg/alsa-lib/README.md b/pkg/alsa-lib/README.md @@ -8,3 +8,7 @@ Generated with --disable-hwdep \ --disable-rawmidi \ --without-libdl + +## Updating + +Make sure to update the version in `alsa/version.h`. diff --git 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 7 /**< subminor number of library version */ +#define SND_LIB_SUBMINOR 9 /**< 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.7" +#define SND_LIB_VERSION_STR "1.1.9"