commit: 0b9f96a92c4b425f7c140db7ae6a8c5a3563a975
parent d33113536a714b163ba94bf31a02881025a2cb17
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 23 Jun 2020 15:18:46 -0700
alsa-lib: Update to 1.2.3.1
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pkg/alsa-lib/alsa/version.h b/pkg/alsa-lib/alsa/version.h
@@ -4,12 +4,12 @@
#define SND_LIB_MAJOR 1 /**< major number of library version */
#define SND_LIB_MINOR 2 /**< minor number of library version */
-#define SND_LIB_SUBMINOR 2 /**< subminor number of library version */
+#define SND_LIB_SUBMINOR 3 /**< subminor number of library version */
#define SND_LIB_EXTRAVER 1000000 /**< extra version number, used mainly for betas */
/** library version */
#define SND_LIB_VERSION ((SND_LIB_MAJOR<<16)|\
(SND_LIB_MINOR<<8)|\
SND_LIB_SUBMINOR)
/** library version (string) */
-#define SND_LIB_VERSION_STR "1.2.2"
+#define SND_LIB_VERSION_STR "1.2.3.1"
diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h
@@ -50,10 +50,10 @@
#define PACKAGE "alsa-lib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "alsa-lib"
-#define PACKAGE_STRING "alsa-lib 1.2.3"
+#define PACKAGE_STRING "alsa-lib 1.2.3.1"
#define PACKAGE_TARNAME "alsa-lib"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.2.3"
+#define PACKAGE_VERSION "1.2.3.1"
#define SND_MAX_CARDS 32
#define STDC_HEADERS 1
#define SUPPORT_ALOAD "1"
@@ -76,7 +76,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "1.2.3"
+#define VERSION "1.2.3.1"
#define VERSIONED_SYMBOLS /**/
/* #undef _MINIX */
/* #undef _POSIX_1_SOURCE */
diff --git a/pkg/alsa-lib/ver b/pkg/alsa-lib/ver
@@ -1 +1 @@
-1.2.3 r0
+1.2.3.1 r0