summaryrefslogtreecommitdiff
path: root/pkg/alsa-utils/version.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-10-26 02:57:32 -0700
committerMichael Forney <mforney@mforney.org>2020-10-26 02:57:32 -0700
commitb481ee3af7360db9dc3b67d4cc3cbe8eda228fc0 (patch)
treeecd2c6d1ea988efd422319ce1f33c2717aeeac35 /pkg/alsa-utils/version.h
parent3356088141f344954d92eae82e22ca5263539b76 (diff)
alsa-utils: Update to 1.2.4
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 54126ca1..cb1446f8 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 2
-#define SND_UTIL_SUBMINOR 1
+#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.2.1"
+#define SND_UTIL_VERSION_STR "1.2.4"