From 887ac103dbbd0533ed501fc3dd599c876cc0eec7 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Mon, 15 Dec 2014 01:27:40 -0500 Subject: [PATCH] configure: bump to 1.2rc3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8bc54c7e..2cd2d1ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- -AC_INIT([speexdsp],[1.2rc2],[speex-dev@xiph.org]) +AC_INIT([speexdsp],[1.2rc3],[speex-dev@xiph.org]) AC_CONFIG_SRCDIR([libspeexdsp/preprocess.c]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab