logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ede8b0935ea572cba25d76a7b227244a6fd1003d
parent 66fbae202aeffe37707c8a777faec970f39cdf09
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 24 Oct 2017 20:43:15 -0700

alsa-utils: Update version.h

Diffstat:

Mpkg/alsa-utils/version.h13+++----------
1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h @@ -1,12 +1,5 @@ -/* - * version.h - */ - #define SND_UTIL_MAJOR 1 #define SND_UTIL_MINOR 1 -#define SND_UTIL_SUBMINOR 3 -#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|\ - (SND_UTIL_MINOR<<8)|\ - SND_UTIL_SUBMINOR) -#define SND_UTIL_VERSION_STR "1.1.3" - +#define SND_UTIL_SUBMINOR 4 +#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR) +#define SND_UTIL_VERSION_STR "1.1.4"