summaryrefslogtreecommitdiff
path: root/pkg/alsa-utils/version.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-05-22 01:00:21 -0700
committerMichael Forney <mforney@mforney.org>2019-05-22 01:00:21 -0700
commit8b33d20edbd20edd467397c0e8e9ba09c7a28f1f (patch)
treea4c790c8dc6dca8b1850948a75d76342e2a37996 /pkg/alsa-utils/version.h
parent19e5f5d3097e967b582d06a0f519c5d44db3ded6 (diff)
alsa-utils: Update to 1.1.9
Diffstat (limited to 'pkg/alsa-utils/version.h')
-rw-r--r--pkg/alsa-utils/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h
index a6d06093..4e26f476 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 7
+#define SND_UTIL_SUBMINOR 9
#define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR)
-#define SND_UTIL_VERSION_STR "1.1.7"
+#define SND_UTIL_VERSION_STR "1.1.9"