From b686ecc834edffb35e613e2be81c782150db71c9 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:01:58 +0100 Subject: [PATCH] 1.2.1 is the same as 1.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index adb6b43..6a91b01 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([sps-alsa-explore], [1.2.1-dev], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([sps-alsa-explore], [1.2.1], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([sps-alsa-explore.c]) AC_CONFIG_HEADERS([config.h])