From ef62ab34fc418cfcd4ff63ecbbe9b1c0e9e3381c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 27 May 2021 19:18:36 +0200 Subject: [PATCH] Release v1.2.5 Signed-off-by: Jaroslav Kysela --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ff3e1f6..22a126d 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-utils, 1.2.4) +AC_INIT(alsa-utils, 1.2.5) AC_CONFIG_SRCDIR([aplay/aplay.c]) AC_PREFIX_DEFAULT(/usr) AM_INIT_AUTOMAKE