summaryrefslogtreecommitdiff
path: root/pkg/alsa-utils/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/alsa-utils/version.h')
-rw-r--r--pkg/alsa-utils/version.h6
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"