From: Jaroslav Kysela Date: Tue, 12 Dec 2023 12:41:30 +0000 (+0100) Subject: configure: bumb version to 1.2.11pre1 (for aplay/alsa-utils) X-Git-Tag: v1.2.11~19 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3d4230aa8c74e4f8282c3fca17c408d0074931ac;p=alsa-lib.git configure: bumb version to 1.2.11pre1 (for aplay/alsa-utils) Signed-off-by: Jaroslav Kysela --- diff --git a/configure.ac b/configure.ac index 225d86ec..f86011f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(alsa-lib, 1.2.10) +AC_INIT(alsa-lib, 1.2.11pre1) AC_CONFIG_SRCDIR([src/control/control.c]) AC_CONFIG_MACRO_DIR([m4])