diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-03 18:43:21 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-06 01:24:36 -0700 |
| commit | ad2697b3e770cf8c1ba4ad79e49a713bd93b6d28 (patch) | |
| tree | 7e91876a6079a20e3529ea6a5df25b2e653044c5 /pkg/alsa-lib | |
| parent | c35ab591aabc9cc0c89386c95969a7b1c75ff5be (diff) | |
alsa-lib: Update version number
Diffstat (limited to 'pkg/alsa-lib')
| -rw-r--r-- | pkg/alsa-lib/README.md | 4 | ||||
| -rw-r--r-- | pkg/alsa-lib/alsa/version.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/pkg/alsa-lib/README.md b/pkg/alsa-lib/README.md index e05ab147..77303766 100644 --- 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 index d640ad57..8eb85575 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 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" |
