From 247d9e336d56d223f1e51dd164c39d82af5a5523 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 7 Jun 2020 19:19:42 +0200 Subject: [PATCH] Release v1.2.3 Signed-off-by: Jaroslav Kysela --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5bd168..2e98415 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.2) +AC_INIT(alsa-utils, 1.2.3) AC_CONFIG_SRCDIR([aplay/aplay.c]) AC_PREFIX_DEFAULT(/usr) AM_INIT_AUTOMAKE