summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-24 20:43:15 -0700
committerMichael Forney <mforney@mforney.org>2017-10-24 20:43:15 -0700
commitede8b0935ea572cba25d76a7b227244a6fd1003d (patch)
treea3dfd5fa85837addd1ab2ae8561594a8e9366cc2 /pkg
parent66fbae202aeffe37707c8a777faec970f39cdf09 (diff)
alsa-utils: Update version.h
Diffstat (limited to 'pkg')
-rw-r--r--pkg/alsa-utils/version.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkg/alsa-utils/version.h b/pkg/alsa-utils/version.h
index fd4cab12..88c65567 100644
--- 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"