diff options
| author | Michael Forney <mforney@mforney.org> | 2019-11-13 23:34:57 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-11-13 23:34:57 -0800 |
| commit | ff10d722b657d1ad3ec85d7fe125a53c8d36f085 (patch) | |
| tree | 12c94ee4d43feb86f642653dcee4488e3a2ef5a4 /pkg/alsa-utils/version.h | |
| parent | e0b1383ffb09c5d241a29949f33124cb01a0ad81 (diff) | |
alsa-utils: Update to 1.2.1
Diffstat (limited to 'pkg/alsa-utils/version.h')
| -rw-r--r-- | pkg/alsa-utils/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h index 4e26f476..54126ca1 100644 --- a/pkg/alsa-utils/version.h +++ b/pkg/alsa-utils/version.h @@ -1,5 +1,5 @@ #define SND_UTIL_MAJOR 1 -#define SND_UTIL_MINOR 1 -#define SND_UTIL_SUBMINOR 9 +#define SND_UTIL_MINOR 2 +#define SND_UTIL_SUBMINOR 1 #define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR) -#define SND_UTIL_VERSION_STR "1.1.9" +#define SND_UTIL_VERSION_STR "1.2.1" |
